Update README.md
Browse files
README.md
CHANGED
@@ -85,9 +85,9 @@ pipeline = StableDiffusionXLPipeline.from_pretrained(
|
|
85 |
```
|
86 |
## Variational Autoencoder (VAE) Installation 🖼
|
87 |
There are two ways to get [Variational Autoencoder (VAE)](https://huggingface.co/learn/computer-vision-course/en/unit5/generative-models/variational_autoencoders) file into the model. The first one
|
88 |
-
is to download the file manually
|
89 |
I'll explain the method of using code as the efficient way. First step is to download the VAE file.
|
90 |
-
You can download the file manually or remotely, but I recommend you to use the remote. Usually, VAE
|
91 |
files are in .safetensors format. There are two websites you can visit to download VAE. Those are HuggingFace
|
92 |
and [CivitAI](civitai.com).
|
93 |
#### From HuggingFace 😊
|
|
|
85 |
```
|
86 |
## Variational Autoencoder (VAE) Installation 🖼
|
87 |
There are two ways to get [Variational Autoencoder (VAE)](https://huggingface.co/learn/computer-vision-course/en/unit5/generative-models/variational_autoencoders) file into the model. The first one
|
88 |
+
is to download the file manually and the second one is to remotely download the file using code. In this repository,
|
89 |
I'll explain the method of using code as the efficient way. First step is to download the VAE file.
|
90 |
+
You can download the file manually or remotely, but I recommend you to use the remote one. Usually, VAE
|
91 |
files are in .safetensors format. There are two websites you can visit to download VAE. Those are HuggingFace
|
92 |
and [CivitAI](civitai.com).
|
93 |
#### From HuggingFace 😊
|