diffusionbee-stable-diffusion-ui icon indicating copy to clipboard operation
diffusionbee-stable-diffusion-ui copied to clipboard

Manually-entered seed is not applied to multiple images in batch

Open dngrlux opened this issue 3 years ago • 1 comments

Use case: I wanted to create 14 slight variations of a seed rendered image so that I can experiment with lower guidance scales and photobash the best bits together. I manually entered a seed value.

Expected: 14 variations of the prompt using the same seed as entered.

Actual: The first image used the entered seed, and then continued to add 1234 to the seed for each additional image.

Workaround: Set the number of images to 1 and generate 14 individual images with that seed, babysitting the process.

The interface shows the label "Seed" whereas it is acting as a "Starting Seed."

dngrlux avatar Oct 13 '22 00:10 dngrlux

Yeah, I agree. This should probably be the manual seed for each image (would also close #185). Having one manual seed image and then n-1 random seed images in a batch does not seem like the behavior a typical user would expect.

Leland avatar Oct 13 '22 21:10 Leland