stable-diffusion
stable-diffusion copied to clipboard
How do you do unconditional image generation?
Similar to what imagen-pytorch supports, i.e. train on images and then generate new images from noise.
The same demand. Do you have any idea? @sgbaird
I saw this https://github.com/CompVis/stable-diffusion/commit/171cf29fb54afe048b03ec73da8abb9d102d0614. Might just be undocumented?
Hi @sgbaird, did you figure out how to train an unconditional LDM? Is the undocumented readme file helpful?
for unconditional training and sampling, it is better to look at their LDM repo
@forever208 I haven't figured it out. Thanks for the link!