Skip to content

Prevent static seeds from producing same prompts. - #2

Open
a1270 wants to merge 1 commit into
AUTOMATIC1111:masterfrom
a1270:master
Open

Prevent static seeds from producing same prompts.#2
a1270 wants to merge 1 commit into
AUTOMATIC1111:masterfrom
a1270:master

Conversation

@a1270

@a1270 a1270 commented Oct 24, 2022

Copy link
Copy Markdown

By using p.all_seeds[i] as the seed for random.choice it turns static generation seeds in to the functional equivalent of the 'Use same seed for all images' option. This rectifies that by getting a random seed from the system.

By using p.all_seed[i] as the seed for random.choice it turns static generation seeds in the functional equivalent of the 'Use same seed for all images' option. This rectifies that by getting a random seed from the system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant