IDK-ab0ut commited on
Commit
d36417a
·
verified ·
1 Parent(s): 845f1c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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. To solve this issue, you may
146
- use `wget` or `curl` command to get the file from outside HuggingFace. You can upload the VAE from there into
147
- HuggingFace, but you must comply with the model's license before continuing. (To be continued)
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!