You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing multiple generations with the same prompt is problematic when using the same seed as it tends to "deep fry" the image. It would be significantly smoother if koi had a system for randomizing seeds.
I think the expected behavior for this toggle should be:
When you click "dream," if the toggle is on,
Read the current seed value and use that for generation
Replace the current seed value with a random seed
If the toggle is off, and you click it on,
Replace the current seed value with a random seed
If the toggle is on, and you edit the seed,
Turn the toggle off
This allows for manual intervention with seeds when desired, and maintains clarity as to which seed is being used while randomness is on.
The text was updated successfully, but these errors were encountered:
You mean that when the toggle is on and the user clicks on the text field for the seed input, it generates a new one ?
This whole behavior might actually not be that difficult to make, I might try to work on this issue ! Gotta get a grip of how Krita handles UI, but with what @nousr already has made, it shouldn't be that hard to implement ;)
Doing multiple generations with the same prompt is problematic when using the same seed as it tends to "deep fry" the image. It would be significantly smoother if koi had a system for randomizing seeds.
I think the expected behavior for this toggle should be:
This allows for manual intervention with seeds when desired, and maintains clarity as to which seed is being used while randomness is on.
The text was updated successfully, but these errors were encountered: