VAE for Automatic1111

Remember to change the VAE setting in the WebUI Settings!

vae-ft-ema-560000-ema-pruned.ckpt

cd /workspace/stable-diffusion-webui/models/VAE
wget https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.ckpt -O vae-ft-ema-560000-ema-pruned.ckpt

vae-ft-ema-840000-ema-pruned.ckpt

cd /workspace/stable-diffusion-webui/models/VAE
wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt -O vae-ft-mse-840000-ema-pruned.ckpt

kl-f8-anime2-vae

VAE for anime

https://civitai.com/models/23906/kl-f8-anime2-vae

cd /workspace/stable-diffusion-webui/models/VAE
wget 'https://civitai.com/api/download/models/28569?type=VAE&format=Other' -O MoistMix.vae.pt
Last Updated: