Is there an existing issue for this?
What happened?
When supplied a static generation seed and increasing batch size/count above 1 the following images will be generated with the seed incremented by one.
e.g. using the seed of 42 and batch count of 4 results in images generated with the seeds: 42,43,44,45
Steps to reproduce the problem
- Go to txt2img
- Set static seed e.g. 42
- Set batch or batch count to greater than 1
What should have happened?
All images generated should use provided seed.
Commit where the problem happens
df0a1f8
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox, Microsoft Edge
Command Line Arguments
--listen --xformers --medvram --deepdanbooru --gradio-img2img-tool color-sketch
Additional information, context and logs
When using static seeds in conjunction with the wildcards addon this is somewhat or a problem. Saying that, the addon itself has an issue with static seeds. AUTOMATIC1111/stable-diffusion-webui-wildcards#2
Is there an existing issue for this?
What happened?
When supplied a static generation seed and increasing batch size/count above 1 the following images will be generated with the seed incremented by one.
e.g. using the seed of 42 and batch count of 4 results in images generated with the seeds: 42,43,44,45
Steps to reproduce the problem
What should have happened?
All images generated should use provided seed.
Commit where the problem happens
df0a1f8
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox, Microsoft Edge
Command Line Arguments
Additional information, context and logs
When using static seeds in conjunction with the wildcards addon this is somewhat or a problem. Saying that, the addon itself has an issue with static seeds. AUTOMATIC1111/stable-diffusion-webui-wildcards#2