From 096f84b05f9514fae9f185cbec0a4d38fbad9919 Mon Sep 17 00:00:00 2001 From: Abhishar Sinha <24841841+abhisharsinha@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:29:00 +0530 Subject: [PATCH] Fixed autoencoder typo (#5500) --- docs/source/en/stable_diffusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/stable_diffusion.md b/docs/source/en/stable_diffusion.md index 31d5f9dc6b..f9407c3266 100644 --- a/docs/source/en/stable_diffusion.md +++ b/docs/source/en/stable_diffusion.md @@ -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