Update README.md
Browse files
README.md
CHANGED
|
@@ -113,9 +113,10 @@ hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="image_encod
|
|
| 113 |
|
| 114 |
# download needed files
|
| 115 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="pipeline_bria_id_preservation.py", local_dir=".")
|
| 116 |
-
|
| 117 |
-
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="ip_adapter/
|
| 118 |
-
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="ip_adapter/
|
|
|
|
| 119 |
```
|
| 120 |
|
| 121 |
#### inference
|
|
|
|
| 113 |
|
| 114 |
# download needed files
|
| 115 |
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="pipeline_bria_id_preservation.py", local_dir=".")
|
| 116 |
+
|
| 117 |
+
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="ip_adapter/attention_processor.py", local_dir=".")
|
| 118 |
+
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="ip_adapter/resampler.py", local_dir=".")
|
| 119 |
+
hf_hub_download(repo_id="briaai/BRIA-2.3-ID_Preservation", filename="ip_adapter/utils.py", local_dir=".")
|
| 120 |
```
|
| 121 |
|
| 122 |
#### inference
|