AutoencoderKL: embedding space distribution and image generation #7179
Unanswered
AlejandroBaron
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm trying to get my feet wet with the VAE side of diffusers. From what I understand, VAEs should be able to generate samples from the prior (normal distribution). See this example
This is my attempt at doing so:
But i just get random noise
Aren't these autoencoders actually VAEs in the sense that the KL is just used to organize the embedding space a bit?
Beta Was this translation helpful? Give feedback.
All reactions