Update README.md
Browse files
README.md
CHANGED
@@ -141,7 +141,7 @@ vae = AutoencoderKL.from_single_file(hf_hub_download(repo_id=repo, filename=file
|
|
141 |
# add 'subfolder="folder_name"' argument if the VAE is in specific folder.
|
142 |
```
|
143 |
#### From CivitAI 🇨
|
144 |
-
It's
|
145 |
`from_single_file()` method. It only works for files inside HuggingFace. To solve this issue, you may
|
146 |
use `wget` or `curl` command to get the file from outside HuggingFace. (To be continued)
|
147 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|
|
|
141 |
# add 'subfolder="folder_name"' argument if the VAE is in specific folder.
|
142 |
```
|
143 |
#### From CivitAI 🇨
|
144 |
+
It's trickier if the VAE is in [CivitAI](civitai.com), because you can't use
|
145 |
`from_single_file()` method. It only works for files inside HuggingFace. To solve this issue, you may
|
146 |
use `wget` or `curl` command to get the file from outside HuggingFace. (To be continued)
|
147 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|