Skip to content

Commit 096f84b

Browse files
Fixed autoencoder typo (huggingface#5500)
1 parent 9e1edfc commit 096f84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/stable_diffusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ As the field grows, there are more and more high-quality checkpoints finetuned t
192192

193193
### Better pipeline components
194194

195-
You can also try replacing the current pipeline components with a newer version. Let's try loading the latest [autodecoder](https://huggingface.co/stabilityai/stable-diffusion-2-1/tree/main/vae) from Stability AI into the pipeline, and generate some images:
195+
You can also try replacing the current pipeline components with a newer version. Let's try loading the latest [autoencoder](https://huggingface.co/stabilityai/stable-diffusion-2-1/tree/main/vae) from Stability AI into the pipeline, and generate some images:
196196

197197
```python
198198
from diffusers import AutoencoderKL

0 commit comments

Comments
 (0)