SwarmUI icon indicating copy to clipboard operation
SwarmUI copied to clipboard

Add 'Random Seed' to Grid Generator's Seed field

Open ccoltman opened this issue 3 months ago • 1 comments

Feature Idea

I would like to add a 'Random Seed' button (or just 'Random') beside the 'Examples' button in the Seed field, which would generate a random seed value in the box, comma separated for each time you hit it.

I realize you can use -1 in the field to generate the grid with random seeds, but this generates random seeds for every image in the grid.

Other

No response

ccoltman avatar Oct 14 '25 19:10 ccoltman

Hi! I would like to work on this ticket if it's still open, and would like some clarification on this feature.

  1. May I know what is the example use-case / scenario for this feature, just so that I can better understand the requirement? Why does the current behaviour not support that use-case / scenario?

  2. May I know where is the 'Examples' button? From what I understand, the seed is under the Generate tab > Core Parameters > Seed. Is it this one?

Image
  1. Can I clarify further on what is the expected behaviour? From what I understand, the expected behaviour is that the Seed field can take in more than one number, which is comma separated (e.g. '20,44,512'), it will then generate the images based on these seeds. In the case of '20,44,512', what happens if the number of images is 5? Will the images generated be of seed 20, 44, 512, 513, 514?

  2. Lastly, can I clarify that this is adding a new button, and not changing the behaviour of the dice button (which will set the seed to -1)?

Thank you!

hansneddyanto avatar Nov 06 '25 17:11 hansneddyanto