Replies: 6 comments 8 replies
-
run n times script in the wiki does this. |
Beta Was this translation helpful? Give feedback.
-
If your images are very similar, the reason probably isn't the seed as seed #2 should be as different from seed #1 as it is from seed #8475903. Seed numbers are like names on a random list of people put in alphabetical order: even though people above and below you may have a name that share the same first letter as yours, it doesn't mean they are related to you in any way. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I know this, and usually it works fine, but some times i need something like this: |
Beta Was this translation helpful? Give feedback.
-
where is this done, and what did the seed increment prior, having trouble recreating an old image from a batch |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f (this is the link to the "run n times" script). Copy and paste the script into your scripts directory of your local webui installation. It works well and can be used as a batch processor that truly randomizes each generative instance. It would be nice to have this integrated into the webui at one point. Strictly speaking, the cube icon is misleading, as this will only randomize when creating one image, but not when creating batch size larger than 1. As soon as you create a batch, it will not randomize but run seeds sequentially. This is confusing and it is currently also not possible to fully randomize every image in a batch sequence, except by using the "run n times" script (which is very useful). It would be nice to have that as a possibility in the webui. Like a checkmark next to the cube icon "randomize each image in batch". |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem after I turned off "Add number to filename when saving" in the settings Check your settings and turn it on if it is turned off. I hope this will help you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now seed changes +1 for every image, and it leads to very similar images in batch
Beta Was this translation helpful? Give feedback.
All reactions