Does VAE work the majority of the time? #4763
Unanswered
tearxinnuan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
VAE is always in use, it converts latent vectors to pixels! All models include a VAE, but you can override it selecting a custom VAE file. there are finetuned VAE files which work better for human face or other subjects than SD's own "universal" VAE. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know much about the working principle of VAE, I always think of it as an image filter.
But I found that even if VAE is enabled, it is not always useful. In most cases, the pictures generated by whether VAE is enabled or not have no change, but only a few have changed.
I use several models of NAI, and VAE is also provided by NAI. After my own test, their final-pruned model and latest model, VAE does not change the image. Only the prevgood model, after using VAE, the image will be softer than before using VAE.
I don't know if it is a bug of webUI? If you open the WebUI in the form of loading VAE at the beginning, and then switch SD VAE to none in the settings, it seems that the effect of VAE will not be removed.
Perhaps it is for this reason. I found that once VAE is enabled, even if VAE is set to none in Setting, VAE cannot be removed correctly. It still exists and affects the image.
Beta Was this translation helpful? Give feedback.
All reactions