Skip to content

[Bug]: Batch and Batch Count increment static seeds #3583

Description

@a1270

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

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

  1. Go to txt2img
  2. Set static seed e.g. 42
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-reportReport of a bug, yet to be confirmed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions