Small UI improvement: swap Batch Size and Batch Count positions in img2img settings #249
Replies: 6 comments
-
I think it would also make sense to make the same order of settings in txt and img modes for consistency: |
Beta Was this translation helpful? Give feedback.
-
A lot of stuff in the img2img tab got moved around during yesterdays UI refactor, we'll definitely have to redo the layout. I also question the usefulness of batch size, but I'll leave that up to @hlky |
Beta Was this translation helpful? Give feedback.
-
@jansteffen if im not wrong I think batch size generate a batch of images at once while Batch count do it one after the other, thats why batch size uses more memory while batch count just increases the number of images but still uses the same memory no matter how many images you create and it only increases the total time it will take to generate everything as there are more images to generate in total, also, batch size is a lot useful for people with extra VRAM to spare as they can speed the generation a lot, by combining both options you can get a lot of images in short amount of time if you have enough memory for that. |
Beta Was this translation helpful? Give feedback.
-
I've gone ahead and created a new branch with a first set of small changes https://github.com/hlky/stable-diffusion-webui/tree/img2img_layout_improvements Unfortunately I'm quite busy for the rest of the day but I'd love to see suggestions from others. |
Beta Was this translation helpful? Give feedback.
-
The latest updates seem to have removed batch count entirely from img2img, entirely. This is unfortunate for me, since I have enough gpu ram to do 2 image batches at 512x512 without issue and get about a 20% throughput increase from doing so. On text-to-image it's under advanced, which is a fine place for it. |
Beta Was this translation helpful? Give feedback.
-
Since Batch Size is more memory hungry than Batch Count and they basically do the same thing (generate more images), I think it's more preferable to use Batch Count and move it to the top. And why do we even have Batch Size if it's the same thing but worse?
Beta Was this translation helpful? Give feedback.
All reactions