pip install -r .\requirements.txt
GPU驱动
https://pytorch.org/get-started/locally/
windows pip CUDA 11.3下载地址:
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
windows pip CUDA 10.2下载地址:
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
python inference.py --checkpoint_path wav2lip_gan.pth --face 001.mp4 --audio audio.m4a