Updated VAE Variational Auto Encoder (markdown)

cmdr2 2022-11-08 17:10:39 +05:30
parent f2519a5e3c
commit 5f6dcd427a

@ -2,7 +2,7 @@
## What does a VAE do?
In short, it improves the generated images. A VAE is trained for certain aspects of the image, and the default VAE bundled in our UI improves the eyes in generated images.
In short, it improves the generated images. A VAE is trained for certain aspects of the image, and the default VAE bundled in our UI (`vae-ft-mse-840000-ema-pruned`) improves the eyes in generated images.
Stable Diffusion UI installs and starts using the `vae-ft-mse-840000-ema-pruned` VAE file that works with all Stable diffusion models. This uses the official one: https://huggingface.co/stabilityai/sd-vae-ft-mse-original