mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Updated VAE Variational Auto Encoder (markdown)
parent
fc1d8dcd71
commit
7ae9f45828
@ -6,4 +6,4 @@ In short, it improves the generated images. A VAE is trained for certain aspects
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
To use a custom VAE file, you can place any number of VAE files ending with `.ckpt` or `.vae.pt` inside the `models/vae` folder, and refresh your browser UI. After that, you can select that VAE in Image Settings.
|
To use a custom VAE file, you can place any number of VAE files ending with `.ckpt` or `.vae.pt` inside the `models/vae` folder, and refresh your browser UI. After that, you can select the desired VAE file in Image Settings.
|
Loading…
x
Reference in New Issue
Block a user