Skip to content

Commit

Permalink
Create exec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gittirdun committed Mar 22, 2024
1 parent d395cae commit dd7cd40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exec.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/config.json", local_dir="./checkpoints")
hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/diffusion_pytorch_model.safetensors", local_dir="./checkpoints")
hf_hub_download(repo_id="InstantX/InstantID", filename="ip-adapter.bin", local_dir="./checkpoints")

0 comments on commit dd7cd40

Please sign in to comment.