Unverified Commit 096f84b0 authored by Abhishar Sinha's avatar Abhishar Sinha Committed by GitHub
Browse files

Fixed autoencoder typo (#5500)

parent 9e1edfc1
...@@ -192,7 +192,7 @@ As the field grows, there are more and more high-quality checkpoints finetuned t ...@@ -192,7 +192,7 @@ As the field grows, there are more and more high-quality checkpoints finetuned t
### Better pipeline components ### 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 ```python
from diffusers import AutoencoderKL from diffusers import AutoencoderKL
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment