Upload app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from PIL import Image
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import spaces
|
10 |
|
11 |
-
hf_hub_download(repo_id="
|
12 |
-
hf_hub_download(repo_id="
|
13 |
hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
|
14 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="insightface/models/buffalo_l")
|
15 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="2d106det.onnx", local_dir="insightface/models/buffalo_l")
|
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import spaces
|
10 |
|
11 |
+
hf_hub_download(repo_id="ezioruan/inswapper_128.onnx", filename="inswapper_128.onnx", local_dir="models/insightface")
|
12 |
+
hf_hub_download(repo_id="martintomov/comfy", filename="facerestore_models/GPEN-BFR-512.onnx", local_dir="models/insightface")
|
13 |
hf_hub_download(repo_id="darkeril/collection", filename="detection_Resnet50_Final.pth", local_dir="models/facedetection")
|
14 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="1k3d68.onnx", local_dir="insightface/models/buffalo_l")
|
15 |
hf_hub_download(repo_id="MonsterMMORPG/tools", filename="2d106det.onnx", local_dir="insightface/models/buffalo_l")
|