sd-wav2lip-uhq icon indicating copy to clipboard operation
sd-wav2lip-uhq copied to clipboard

无法安装,直接下载到extensions文件夹后 会直接无法打开SD

Open yibeilaopo opened this issue 1 year ago • 2 comments

yibeilaopo avatar Sep 21 '23 10:09 yibeilaopo

有解决么

lzhchina avatar Nov 10 '23 08:11 lzhchina

RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 11.8 whereas TorchAudio has CUDA version 11.7. Please install the TorchAudio version that matches your PyTorch version.

PyTorch 和 TorchAudio 版本不匹配.升級一下就好了.

pip install torch==2.0.1+cu118 torchaudio==2.0.2+cu118 -f https://download.pytorch.org/whl/cu118/torch_stable.html

Moonest-Lin avatar Nov 28 '23 03:11 Moonest-Lin