Open VetalmGit opened 11 months ago
this is not a bug
seed -1 itself it's not a generation parameter, seed -1 is just signal for webui randomized the seed that is used "prior" to generation for that "entire" job
image batch processing as the name suggest it is meant for you to do a "batch" of images not a sequence,
is just performs img2img for each input image with the same generation parameter (which includes the seed)
if you process two batches of images with the same generation parameter the result would be the same as if you processed them or at once
if seed -1 randomize seed for each input image, the batch results will not be reproducible
batch count and batch size does increment the seed, and generate multiple outputs form the same input image I don't know what you're doing, but if you're trying to generate multiple outputs of the same image then you should just increase the batch count
no comment on controlnet beheavro
Can I run a batch for image sequance? yes, with the same prompt, but with random seed? if I wanted to run make it with the same seed, I could put a certain number (that I have picked up before, without batch)..
well in that case that is a feature request not a bug
I think this can be implemented as a extension
reproducible
hi guys! batch size for img2img can improve how much in speed for generate image? I can enable it by using 'batch_size' parameters in request json?
Is there an existing issue for this?
What happened?
I start img2img batch process from directory with image sequence, and seed remained the same for all images in the batch, despite any changes in the seed settings. -1, or extra variations + variation strenght, etc.. even controlNet settings "Increment seed after each controlnet batch iteration" has no effect settings: result, input&output
Steps to reproduce the problem
typical img2img batch process, ask me if it need to be explained
What should have happened?
seed settings should affect process like in other generation scenarious
Sysinfo
sysinfo-2023-12-09-22-32.txt
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
No response