What is the 'Baked VAE'? #95
-
I've noticed that it works better for RealisticVision than the standard SD1.5 VAE. But I can't figure out which VAE is used in the ttn Loader node. |
Beta Was this translation helpful? Give feedback.
Answered by
TinyTerra
Apr 2, 2024
Replies: 1 comment 2 replies
-
Baked VAE uses the VAE that is embedded with the checkpoint model if it has one, which most do now. In the case of realistic vision it's their own tuned vae designed to work better with that particular model |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pranaykoppula
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Baked VAE uses the VAE that is embedded with the checkpoint model if it has one, which most do now.
In the case of realistic vision it's their own tuned vae designed to work better with that particular model