Update README.md
Browse files
README.md
CHANGED
@@ -142,7 +142,7 @@ vae = AutoencoderKL.from_single_file(hf_hub_download(repo_id=repo, filename=file
|
|
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.
|
146 |
-
|
147 |
-
|
148 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|
|
|
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. You can upload the VAE from there into
|
146 |
+
HuggingFace, but you must comply with the model's license before continuing. To solve this issue, you may
|
147 |
+
use `wget` or `curl` command to get the file from outside HuggingFace. (To be continued)
|
148 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|