Skip to content

Commit

Permalink
Fixed autoencoder typo (huggingface#5500)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisharsinha authored and Jimmy committed Apr 26, 2024
1 parent 4420bf6 commit aa1ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/stable_diffusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ As the field grows, there are more and more high-quality checkpoints finetuned t

### Better pipeline components

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:
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:

```python
from diffusers import AutoencoderKL
Expand Down

0 comments on commit aa1ed1e

Please sign in to comment.