numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.19k stars 161 forks source link

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

Open yibeilaopo opened 10 months ago

lzhchina commented 8 months ago

有解决么

Moonest-Lin commented 8 months ago

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