Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,7 @@ vae = AutoencoderKL.from_single_file(
|
|
148 |
```
|
149 |
#### From CivitAI 🇨
|
150 |
It's trickier if the VAE is in [CivitAI](civitai.com), because you can't use
|
151 |
-
`from_single_file()` method. It only works for files inside HuggingFace. You can upload the VAE from there into
|
152 |
HuggingFace, but you must comply with the model's license before continuing. To solve this issue, you may
|
153 |
use `wget` or `curl` command to get the file from outside HuggingFace. (To be continued)
|
154 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|
|
|
148 |
```
|
149 |
#### From CivitAI 🇨
|
150 |
It's trickier if the VAE is in [CivitAI](civitai.com), because you can't use
|
151 |
+
`from_single_file()` method. It only works for files inside HuggingFace and local files only. You can upload the VAE from there into
|
152 |
HuggingFace, but you must comply with the model's license before continuing. To solve this issue, you may
|
153 |
use `wget` or `curl` command to get the file from outside HuggingFace. (To be continued)
|
154 |
# That's all for this repository. Thank you for reading my silly note. Have a nice day!
|