You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request: Enable increasing the queue-able batch size in the docker, either provide the option to manually set a max batch size in the settings (changing the slider's max), or provide a text box that can be set manually (keeping the slider's max at 10).
This allows someone to override the batch size, where long runs are desired, without having to click the generate button multiple times.
It appears there is no correlation between the Performance Settings page's "Maximum Batch Size" and the docker's Batch Size selection, and the max the settings page allows is 16. Please remove these arbitrary limits, I should be able to batch 100 images if I want.
(I have disk space, I have 64gb ram, and I have the GPU to do this.)
The text was updated successfully, but these errors were encountered:
Performance settings batch size is the number of 512x512 images generated in parallel. For bigger GPU it makes sense to go up to 8 or so to get better efficiency (at the cost of latency), but any higher does not yield any benefit.
Docker batch count is equivalent to pressing Generate X times.
Just put it at max and press button few times, you get tons of images. I really don't get the point though? Plenty of other UIs better suited to push button and sift through 100s of images.
Request: Enable increasing the queue-able batch size in the docker, either provide the option to manually set a max batch size in the settings (changing the slider's max), or provide a text box that can be set manually (keeping the slider's max at 10).
This allows someone to override the batch size, where long runs are desired, without having to click the generate button multiple times.
It appears there is no correlation between the Performance Settings page's "Maximum Batch Size" and the docker's Batch Size selection, and the max the settings page allows is 16. Please remove these arbitrary limits, I should be able to batch 100 images if I want.
(I have disk space, I have 64gb ram, and I have the GPU to do this.)
The text was updated successfully, but these errors were encountered: