File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
comps/third_parties/wav2lip/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
# Download model weights
14
14
wget --no-verbose https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth -O Wav2Lip/face_detection/detection/sfd/s3fd.pth
15
15
mkdir -p Wav2Lip/checkpoints
16
- wget --no-verbose " https://iiitaphyd-my.sharepoint.com/:f:/g/personal/radrabha_m_research_iiit_ac_in/Eb3LEzbfuKlJiR600lQWRxgBIY27JZg80f7V9jtMfbNDaQ?download=1 " -O Wav2Lip/checkpoints/wav2lip.pth
17
- wget --no-verbose " https://iiitaphyd-my.sharepoint.com/:f:/g/personal/radrabha_m_research_iiit_ac_in/EdjI7bZlgApMqsVoEUUXpLsBxqXbn5z8VTmoxp55YNDcIA?download=1 " -O Wav2Lip/checkpoints/wav2lip_gan.pth
16
+ wget --no-verbose https://huggingface.co/camenduru/Wav2Lip/resolve/main/checkpoints/wav2lip.pth -O Wav2Lip/checkpoints/wav2lip.pth
17
+ wget --no-verbose https://huggingface.co/camenduru/Wav2Lip/resolve/main/checkpoints/wav2lip_gan.pth -O Wav2Lip/checkpoints/wav2lip_gan.pth
18
18
wget --no-verbose https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth -P gfpgan/experiments/pretrained_models
19
19
echo " Face Detector, Wav2Lip, GFPGAN weights downloaded."
20
20
You can’t perform that action at this time.
0 commit comments