Update download_models.py
Browse files- download_models.py +1 -1
download_models.py
CHANGED
@@ -11,7 +11,7 @@ def wget(url, dest):
|
|
11 |
|
12 |
wget(
|
13 |
"https://huggingface.co/Super-shuhe/InstantID-FaceID-70K/blob/main/pytorch_model.bin",
|
14 |
-
Path("ComfyUI/models/instantid/Super-shuheInstantID-FaceID-6M.bin"
|
15 |
)
|
16 |
wget(
|
17 |
"https://huggingface.co/Super-shuhe/InstantID-FaceID-6M/blob/main/controlnet/diffusion_pytorch_model.safetensors",
|
|
|
11 |
|
12 |
wget(
|
13 |
"https://huggingface.co/Super-shuhe/InstantID-FaceID-70K/blob/main/pytorch_model.bin",
|
14 |
+
Path("ComfyUI/models/instantid/Super-shuheInstantID-FaceID-6M.bin"
|
15 |
)
|
16 |
wget(
|
17 |
"https://huggingface.co/Super-shuhe/InstantID-FaceID-6M/blob/main/controlnet/diffusion_pytorch_model.safetensors",
|