AUTOMATIC1111 / stable-diffusion-webui-wildcards

Wildcards
428 stars 104 forks source link

Prevent static seeds from producing same prompts. #2

Open a1270 opened 1 year ago

a1270 commented 1 year ago

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.