vladmandic / sd-extension-steps-animation

Save Interim Steps as Animation extension for SD WebUI
143 stars 19 forks source link

Batch count #17

Closed juans98020 closed 1 year ago

juans98020 commented 1 year ago

if I put more than 2 in the batch count the final video comes out with just one image.

vladmandic commented 1 year ago

each batch is a separate seed, so supporting batch sizes larger than one would mean creating multiple videos - is that really desired?

if yes, i can add support for that.

juans98020 commented 1 year ago

yes, I don't know if you have updated anything, but before, when I put a batch count higher than 2, it would create the video normally with both images, now it only creates one.

vladmandic commented 1 year ago

yes, previously it would create video with both images, but since they are different images, that's not really correct. so i've limited it to first image in batch. i can add support for higher batch sizes, but what is the desired result?

juans98020 commented 1 year ago

I think it would be good to have an option to create separate videos, for example if I put 4 batch count or size it will create 4 separate videos in the folder

vladmandic commented 1 year ago

ok, i've added support for higher batch sizes https://github.com/vladmandic/sd-extension-steps-animation/commit/b636348618bc8a3d2df11dec5503bd4c5acc5f27

juans98020 commented 1 year ago

The same thing keeps happening, if I create more than one image the video is created, but only with the first image that SD generated instead of both images in the same video.

juans98020 commented 1 year ago

I noticed that this occurs in the batch count and not in the batch size, you can do the same thing in the batch count?

vladmandic commented 1 year ago

i've just added support for batch count (batch size support was added yesterday)