IDK-ab0ut commited on
Commit
09d18e7
·
verified ·
1 Parent(s): 4b31baf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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!