Skip to content
Discussion options

You must be logged in to vote

stating the obvious
processing something in parallel does that mean performance benefit
you only get performance benefit from parallelizing when if parallelizing removes the bottleneck

webui IS processing the images in parallel
but that doesn't mean that you will see a performance difference


extremely simplified
batch size increases the number of work that your processor is requested to do in a given time
for example
if at batch size of 1 processor utilization is only 50% that it has spare room processing more work in parallel
now if you said batch size 2 and it's able to utilize the processor to 100%, it will be able to do the doble the ammount work in the same amount of time
but now if…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lxrswdd
Comment options

@w-e-w
Comment options

w-e-w Jan 29, 2024
Collaborator

Answer selected by lxrswdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants