Inspecta commited on
Commit
b1c678b
·
verified ·
1 Parent(s): 29bbe13

Update download_models.py

Browse files
Files changed (1) hide show
  1. 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",