flux icon indicating copy to clipboard operation
flux copied to clipboard

Can't run multiple requests parallelly

Open Gangadhar420 opened this issue 11 months ago • 0 comments

When sending a request before the previous one has completed, an IndexError occurs, specifically: ERROR | __main__:image_generation:68 - Index error during image generation: index 5 is out of bounds for dimension 0 with size 5

when the inference steps are 4 it gives "index 5 is out of bounds..", if the steps are 8 then "index 9 is out of bounds..."

Gangadhar420 avatar Nov 15 '24 12:11 Gangadhar420