cocktailpeanut commited on
Commit
bd9d73c
·
1 Parent(s): 654cd1d
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -88,20 +88,21 @@ sdxl_loras_raw = [item for item in sdxl_loras_raw if item.get("new") != True]
88
  hf_hub_download(
89
  repo_id="InstantX/InstantID",
90
  filename="ControlNetModel/config.json",
91
- local_dir="/data/checkpoints",
92
  )
93
  hf_hub_download(
94
  repo_id="InstantX/InstantID",
95
  filename="ControlNetModel/diffusion_pytorch_model.safetensors",
96
- local_dir="/data/checkpoints",
97
  )
98
  hf_hub_download(
99
- repo_id="InstantX/InstantID", filename="ip-adapter.bin", local_dir="/data/checkpoints"
 
100
  )
101
  hf_hub_download(
102
  repo_id="latent-consistency/lcm-lora-sdxl",
103
  filename="pytorch_lora_weights.safetensors",
104
- local_dir="/data/checkpoints",
105
  )
106
  # download antelopev2
107
  if not os.path.exists("/data/antelopev2.zip"):
 
88
  hf_hub_download(
89
  repo_id="InstantX/InstantID",
90
  filename="ControlNetModel/config.json",
91
+ # local_dir="data/checkpoints",
92
  )
93
  hf_hub_download(
94
  repo_id="InstantX/InstantID",
95
  filename="ControlNetModel/diffusion_pytorch_model.safetensors",
96
+ # local_dir="data/checkpoints",
97
  )
98
  hf_hub_download(
99
+ repo_id="InstantX/InstantID", filename="ip-adapter.bin",
100
+ # local_dir="data/checkpoints"
101
  )
102
  hf_hub_download(
103
  repo_id="latent-consistency/lcm-lora-sdxl",
104
  filename="pytorch_lora_weights.safetensors",
105
+ # local_dir="data/checkpoints",
106
  )
107
  # download antelopev2
108
  if not os.path.exists("/data/antelopev2.zip"):