Files
InvokeAI/invokeai/frontend
psychedelicious 8a41e09de3 feat(ui): seeded random generators
- Add JS Mersenne Twister implementation dependency to use as seeded PRNG. This is not a cryptographically secure algorithm.
- Add nullish seed field to float and integer random generators.
- Add UI to control the seed.
- When seed is not set, behaviour is unchanged - the values are randomized when you Invoke. When seed is set, the random distribution is deterministic depending on the seed. In this case, we can display the values to the user.
2025-01-18 08:45:56 +11:00
..
2024-03-26 14:48:29 +11:00
2025-01-18 08:45:56 +11:00
2023-07-28 09:46:44 -04:00