Update README.md
Browse files
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="
|
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
|
|
|
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
|