IDK-ab0ut commited on
Commit
768bc1c
·
verified ·
1 Parent(s): 6abd05c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ and [CivitAI](civitai.com).
94
  This method is pretty straightforward. Pick any VAE's repository you like. Then, navigate to "Files" and
95
  the VAE's file. Make sure to click the file.
96
 
97
- Copy the "Copy Download Link" for the file, you'll need this.
98
 
99
  Next step is to load [AutoencoderKL](https://huggingface.co/docs/diffusers/en/api/models/autoencoderkl) pipeline into the code.
100
  ```py
 
94
  This method is pretty straightforward. Pick any VAE's repository you like. Then, navigate to "Files" and
95
  the VAE's file. Make sure to click the file.
96
 
97
+ Click the "Copy Download Link" for the file, you'll need this.
98
 
99
  Next step is to load [AutoencoderKL](https://huggingface.co/docs/diffusers/en/api/models/autoencoderkl) pipeline into the code.
100
  ```py