IDK-ab0ut commited on
Commit
b10d892
·
verified ·
1 Parent(s): ec5d1c6

Update README.md

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