cbh123 / charl-e

Run Stable Diffusion on your M1 Mac
MIT License
543 stars 19 forks source link

Seems like the seed number is ignored #4

Open JuanLucha opened 2 years ago

JuanLucha commented 2 years ago

Expected Behavior

Having the same parameters configured and the same prompt, the image should be the same all the time. Using the seed number should make this image generation deterministic.

Current Behavior

With the same parameters configured and the same prompt, every time the "generate" button is clicked a totally different image is generated.

Context

It's impossible to tinker an image if the image changes completely every time the image is generated.

PD: Thanks for this project, it's amazing!

cbh123 commented 2 years ago

Thanks! I'll look into this!

philshem commented 2 years ago

Perhaps related to this recently fixed bug

https://github.com/lstein/stable-diffusion/issues/317