ArtVentureX / sd-webui-agent-scheduler

619 stars 63 forks source link

Parallel tasks via API #132

Closed harrywang closed 11 months ago

harrywang commented 11 months ago

Thanks a lot for the great extension - I am wondering whether parallel tasks can be processed at the same time - such as sending 5 tasks from different users to GPU to process at the same Time to better utilize the GPU and once the 5 tasks are done,send another 5.

Thanks!

artventuredev commented 11 months ago

This should be supported by the webui itself not the extension. And I believe it's not possible unless you have more than 1 GPU.

harrywang commented 11 months ago

This should be supported by the webui itself not the extension. And I believe it's not possible unless you have more than 1 GPU.

Thanks for your reply!