Spaces:
Sleeping
Sleeping
Update scripts/download_models.sh
Browse files
scripts/download_models.sh
CHANGED
@@ -21,3 +21,7 @@ wget -nc https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_
|
|
21 |
wget -nc https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth -O ./gfpgan/weights/GFPGANv1.4.pth
|
22 |
wget -nc https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth -O ./gfpgan/weights/parsing_parsenet.pth
|
23 |
|
|
|
|
|
|
|
|
|
|
21 |
wget -nc https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth -O ./gfpgan/weights/GFPGANv1.4.pth
|
22 |
wget -nc https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth -O ./gfpgan/weights/parsing_parsenet.pth
|
23 |
|
24 |
+
|
25 |
+
mkdir -p /home/user/.cache/torch/hub/checkpoints
|
26 |
+
wget -nc https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth -O /home/user/.cache/torch/hub/checkpoints/s3fd-619a316812.pth
|
27 |
+
wget -nc https://www.adrianbulat.com/downloads/python-fan/2DFAN4-cd938726ad.zip -O /home/user/.cache/torch/hub/checkpoints/2DFAN4-cd938726ad.zip
|