Skip to content

Commit a763c35

Browse files
authored
Add in entrypoint new download links for wav2lip and wav2lip_gan models, as old links were deprecated. (#1523)
Signed-off-by: Chun Tao <[email protected]>
1 parent d133eee commit a763c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comps/third_parties/wav2lip/src/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
# Download model weights
1414
wget --no-verbose https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth -O Wav2Lip/face_detection/detection/sfd/s3fd.pth
1515
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
1818
wget --no-verbose https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth -P gfpgan/experiments/pretrained_models
1919
echo "Face Detector, Wav2Lip, GFPGAN weights downloaded."
2020

0 commit comments

Comments
 (0)