sd-wav2lip-uhq
sd-wav2lip-uhq copied to clipboard
Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
how should i do?
你可以进入 X:\stable-diffusion-webui\venv 文件夹,这里有一个python版本,它内部安装了torch 版本是cpu版本,你删除env文件夹,修改launch.py源码,指定torch的安装是GPU版本,重新运行webui就行了,它会自动安装。 这个问题就是这个插件造成了,导致stable-diffusion都不能正常使用了
https://github.com/numz/sd-wav2lip-uhq/issues/86
感谢🙏 我卸载了torch torchvison torchaudio 重新安装和cuda cudnn对应的版本后 解决了!
发自我的iPhone
------------------ Original ------------------ From: fychinesepjj @.> Date: Thu,Mar 14,2024 11:23 AM To: numz/sd-wav2lip-uhq @.> Cc: hotdogarea @.>, Author @.> Subject: Re: [numz/sd-wav2lip-uhq] Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check (Issue #112)
你可以进入 X:\stable-diffusion-webui\venv 文件夹,这里有一个python版本,它内部安装了torch 版本是cpu版本,你删除env文件夹,修改launch.py源码,指定torch的安装是GPU版本,重新运行webui就行了,它会自动安装。 这个问题就是这个插件造成了,导致stable-diffusion都不能正常使用了
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
@hotdogarea are you able to provide more info on what you did to get it working? Example commands to run to uninstall and reinstall the correct versions as I'm not familiar with what commands need to be run.