[FEATURE REQUEST] copy individual image seeds? #209
Replies: 3 comments
-
Yes seed should increment and files are saved with the incrementing seed With that JS code yes it should be trivial to implement so that the copy and paste text with generation settings updates with the selected image's seed |
Beta Was this translation helpful? Give feedback.
-
Oh it's literally incrementing? |
Beta Was this translation helpful? Give feedback.
-
Yes, images made in the next 'batch' (controlled by batch count, originally 'n_iter') have the seed incremented, images made in the same batch ('batch size' previously 'n_samples') should have the same seed afaik, or at least that should be the intended behavior. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Not sure if this is possible, but I remember if you didn't specify seed, SD discord would spit out seeds for every sample, so you can hone a specific one.
We currently show only 1 seed, but does each sample have its own seed?
@hlky do you know?
If every sample has it's own seed, we can somehow expose this in the ui when you select a thumbnail (given the JS code that I added
Beta Was this translation helpful? Give feedback.
All reactions