mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Updated VAE Variational Auto Encoder (markdown)
parent
f2519a5e3c
commit
5f6dcd427a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## What does a VAE do?
|
## 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
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user