From 5f6dcd427a6ff05a96a11083414fbbf739994697 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 8 Nov 2022 17:10:39 +0530 Subject: [PATCH] Updated VAE Variational Auto Encoder (markdown) --- VAE-Variational-Auto-Encoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAE-Variational-Auto-Encoder.md b/VAE-Variational-Auto-Encoder.md index 7feb0d2..c15b9cd 100644 --- a/VAE-Variational-Auto-Encoder.md +++ b/VAE-Variational-Auto-Encoder.md @@ -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