Is there a way to increase the step size of the seed when generating in batch? #11966
-
|
The default step size for the seed is currently 1, but similar seeds tend to produce similar outputs. If I want the generated images to be as different as possible within a batch, then a step size of 1 is not very convenient. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
Hi @ash0080, You can do this with the Unprompted extension. Batch seeds are stored into the array variable For your convenience, I went ahead and added this as a template in the latest version of Unprompted. To use it, simply insert You can alter the step size like this: Or randomize it like this: Good luck! |
Beta Was this translation helpful? Give feedback.
-
most likely you're just imagining things |
Beta Was this translation helpful? Give feedback.
Hi @ash0080,
You can do this with the Unprompted extension.
Batch seeds are stored into the array variable
all_seeds. Use a[for]loop to update the values as needed.For your convenience, I went ahead and added this as a template in the latest version of Unprompted. To use it, simply insert
[file common/examples/batch_seeds_cust…