Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ hf_hub_download(
|
|
48 |
filename="controlnet/diffusion_pytorch_model.safetensors",
|
49 |
local_dir="./checkpoints",
|
50 |
)
|
51 |
-
hf_hub_download(repo_id="
|
52 |
|
53 |
# Load face encoder
|
54 |
app = FaceAnalysis(
|
|
|
48 |
filename="controlnet/diffusion_pytorch_model.safetensors",
|
49 |
local_dir="./checkpoints",
|
50 |
)
|
51 |
+
hf_hub_download(repo_id="Super-shuhe/InstantID-FaceID-6M", filename="pytorch_model.bin", local_dir="./checkpoints")
|
52 |
|
53 |
# Load face encoder
|
54 |
app = FaceAnalysis(
|