DegMaTsu commited on
Commit
fd88f27
·
verified ·
1 Parent(s): a282ca5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Gourieff/ReActor", filename="models/inswapper_128.onnx", local_dir="models/insightface")
12
- hf_hub_download(repo_id="Gourieff/ReActor", filename="models/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")
 
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")