CompVis / stable-diffusion

A latent text-to-image diffusion model
https://ommer-lab.com/research/latent-diffusion-models/
Other
68.36k stars 10.17k forks source link

Same condition (seg), same sample results #655

Open LoveU3tHousand2 opened 1 year ago

LoveU3tHousand2 commented 1 year ago

As the title , my ldm sample always generates almost same sample if I feed same seg-condition. Is that normal? What is the reason of it ? training time not enough? training data not enough ? image

jenuk commented 1 year ago

What exactly do you mean by "seg-condition"? How did you generate these images? Is it the txt2img script? If you have run it multiple times to generate one image each, you need to change the --seed <some number> each time, to get different output, since the output is deterministic given a seed and conditioning.