Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ print("gradio version:", gradio.__version__)
|
|
51 |
print("gradio_client version:", gradio_client.__version__)
|
52 |
|
53 |
hf_hub_download(repo_id="ezioruan/inswapper_128.onnx", filename="inswapper_128.onnx", local_dir="models/insightface")
|
54 |
-
|
55 |
-
hf_hub_download(repo_id="Gourieff/ReActor", filename="models/facerestore_models/GPEN-BFR-512.onnx", local_dir="models/facerestore_models")
|
56 |
hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
|
57 |
hf_hub_download(repo_id="gmk123/GFPGAN", filename="parsing_parsenet.pth", local_dir="models/facedetection")
|
58 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="models/insightface/models/buffalo_l")
|
|
|
51 |
print("gradio_client version:", gradio_client.__version__)
|
52 |
|
53 |
hf_hub_download(repo_id="ezioruan/inswapper_128.onnx", filename="inswapper_128.onnx", local_dir="models/insightface")
|
54 |
+
hf_hub_download(repo_id="martintomov/comfy", filename="facerestore_models/GPEN-BFR-512.onnx", local_dir="models/facerestore_models")
|
55 |
+
# hf_hub_download(repo_id="Gourieff/ReActor", filename="models/facerestore_models/GPEN-BFR-512.onnx", local_dir="models/facerestore_models")
|
56 |
hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
|
57 |
hf_hub_download(repo_id="gmk123/GFPGAN", filename="parsing_parsenet.pth", local_dir="models/facedetection")
|
58 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="models/insightface/models/buffalo_l")
|