stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Not able to duplicate images

Open Jay4242 opened this issue 3 years ago • 2 comments

I was able to generate some great starter images, but when I try to recreate them in other tools I'm not able to. For example, if I run python3.9 demo.py --seed "18012747" --num-inference-steps "100" --guidance-scale "7.5" --prompt "A Photograph of lightning in a bottle" --output "/tmp/output.png" then I get the following image, output

But when I try the same prompt and settings on this SD tool, https://github.com/sd-webui/stable-diffusion-webui , I get the following image, download

Can anyone explain the difference? I thought both were SD 1.4. Same prompt, seed, guidance_scale, steps. I tried all the samplers available to the sd-webui versions in case that was it.

Jay4242 avatar Sep 10 '22 16:09 Jay4242

Seed value appears to be broken, I'm opening a PR to fix it

jcolicchio avatar Sep 12 '22 00:09 jcolicchio

Ah, I misunderstood the issue -- I was debugging a separate issue where the seed was not respected in this repo's web demo...

jcolicchio avatar Sep 13 '22 07:09 jcolicchio