Image-to-Image
Diffusers
English
JOY-Huang commited on
Commit
47fa009
·
verified ·
1 Parent(s): f793f9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,9 +34,9 @@ you can download them using python script:
34
 
35
  ```python
36
  from huggingface_hub import hf_hub_download
37
- hf_hub_download(repo_id="InstantX/InstantIR", filename="models/adapter.pt", local_dir="./models")
38
- hf_hub_download(repo_id="InstantX/InstantIR", filename="models/aggregator.pt", local_dir="./models")
39
- hf_hub_download(repo_id="InstantX/InstantIR", filename="models/previewer_lora_weights.bin", local_dir="./models")
40
  ```
41
 
42
  ### 3. Load InstantIR with 🧨 diffusers
 
34
 
35
  ```python
36
  from huggingface_hub import hf_hub_download
37
+ hf_hub_download(repo_id="InstantX/InstantIR", filename="models/adapter.pt", local_dir=".")
38
+ hf_hub_download(repo_id="InstantX/InstantIR", filename="models/aggregator.pt", local_dir=".")
39
+ hf_hub_download(repo_id="InstantX/InstantIR", filename="models/previewer_lora_weights.bin", local_dir=".")
40
  ```
41
 
42
  ### 3. Load InstantIR with 🧨 diffusers