mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00:00
SDE and Ancestral schedulers use some randomness at each step when applying conditioning. We were using a static seed of `0` for this, regardless of the initial noise used. This could cause results to be a bit same-y. Unfortunately, we do not have easy access to the seed used to create the initial noise at this time. Changing this to use a random seed value instead of always 0.