You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have adapted a script (https://github.com/zyinghua/uncond-image-generation-ldm) to train an unconditional Latent Diffusion Model with a pretrained VAE from Hugging Face (https://huggingface.co/stabilityai/sd-vae-ft-mse). I'm using the CelebA-HQ dataset (256x256). The VAE was finetuned to improve the reconstruction of faces and it performs very well in that regard — reconstructions look great. However, the samples generated by the LDM tend to resemble paintings rather than realistic faces:
When I train my own VAE on CelebA-HQ and use it to train the LDM, the generated samples look realistic, as expected. Could this "Art-Style" of the samples be caused by the latent representations of the VAE, even though its reconstructions are high quality?
I haven’t found any information on this effect — any guidance would be greatly received!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have adapted a script (https://github.com/zyinghua/uncond-image-generation-ldm) to train an unconditional Latent Diffusion Model with a pretrained VAE from Hugging Face (https://huggingface.co/stabilityai/sd-vae-ft-mse). I'm using the CelebA-HQ dataset (256x256). The VAE was finetuned to improve the reconstruction of faces and it performs very well in that regard — reconstructions look great. However, the samples generated by the LDM tend to resemble paintings rather than realistic faces:
When I train my own VAE on CelebA-HQ and use it to train the LDM, the generated samples look realistic, as expected. Could this "Art-Style" of the samples be caused by the latent representations of the VAE, even though its reconstructions are high quality?
I haven’t found any information on this effect — any guidance would be greatly received!
Beta Was this translation helpful? Give feedback.
All reactions