Spaces:
Paused
Paused
Update scripts/download_models.sh
Browse files
scripts/download_models.sh
CHANGED
|
@@ -11,7 +11,14 @@ wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/mapping_
|
|
| 11 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/mapping_00109-model.pth.tar -O ./checkpoints/mapping_00109-model.pth.tar
|
| 12 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/BFM_Fitting.zip -O ./checkpoints/BFM_Fitting.zip
|
| 13 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/hub.zip -O ./checkpoints/hub.zip
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
unzip -n ./checkpoints/hub.zip -d ./checkpoints/
|
| 17 |
unzip -n ./checkpoints/BFM_Fitting.zip -d ./checkpoints/
|
|
|
|
| 11 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/mapping_00109-model.pth.tar -O ./checkpoints/mapping_00109-model.pth.tar
|
| 12 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/BFM_Fitting.zip -O ./checkpoints/BFM_Fitting.zip
|
| 13 |
wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/hub.zip -O ./checkpoints/hub.zip
|
| 14 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/30_net_gen.pth -O ./checkpoints/30_net_gen.pth
|
| 15 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/DNet.pt -O ./checkpoints/DNet.pt
|
| 16 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/ENet.pth -O ./checkpoints/ENet.pth
|
| 17 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/expression.mat -O ./checkpoints/expression.mat
|
| 18 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/GPEN-BFR-512.pth -O ./checkpoints/GPEN-BFR-512.pth
|
| 19 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/LNet.pth -O ./checkpoints/LNet.pth
|
| 20 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/ParseNet-latest.pth -O ./checkpoints/ParseNet-latest.pth
|
| 21 |
+
wget -nc https://github.com/vinthony/video-retalking/releases/download/v0.0.1/RetinaFace-R50.pth -O ./checkpoints/RetinaFace-R50.pth
|
| 22 |
|
| 23 |
unzip -n ./checkpoints/hub.zip -d ./checkpoints/
|
| 24 |
unzip -n ./checkpoints/BFM_Fitting.zip -d ./checkpoints/
|