Files
InvokeAI/invokeai/app
psychedelicious 096c17465b fix(backend): use random seed for SDE & Ancestral schedulers
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.
2023-08-07 09:09:12 +10:00
..
2023-07-28 09:46:44 -04:00
2023-07-28 09:46:44 -04:00
2023-08-06 00:29:08 +10:00
2023-07-28 09:46:44 -04:00