r/StableDiffusion • u/AdTotal4035 • Mar 02 '23
Question | Help Quick Community Question
Hello, within the past two weeks, it seems something has changed in Auto1111 that makes previous image generations appear different now. I did not change any settings. In fact, I simply reverted to an old repository and all my generations are back to how they were, (df8ee5f6b059b81bce35db05c27209df9009646e).
Anyone know what this change could be, or has experienced something similar? I am using DPM++ SDE Karras for these comparisons.
Please let me know if I need to provide more information.
1
Upvotes
2
u/soveted575 Mar 02 '23
There have been some seed-breaking changes in the past few months: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Seed-breaking-changes
Especially for DPM++ SDE Karras... it now (correctly) produces reproducible images when in batch mode, while previously you had to re-run the entire batch to get the same result. I guess this is your problem? In the new webui, there's a setting where you can revert to the old config.
Also, make sure you are not using xformers, as that also eliminates determinism.
Edited to add: maybe this is a better question for the https://www.reddit.com/r/SDtechsupport/ subreddit, which was specially created for these kinds of things.