Maximum size of single output for streaming handlers
We are currently trying to refactor our RunPod handlers to work asynchronously with streaming of results. Unfortunately, we ran into this error when trying to yield result images:
After some trial and error, it seems to be related to the payload size with the limit set somewhere around 100 KB, although this doesn't seem to be documented anywhere. Since we want to stream the outputs of an image generation model, this constraint would pretty much destroy our efforts and nullify the use for generative image models.
What is the actual payload size limit and is there a workaround for streaming images, possibly larger than 1 MB?
1 Reply
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View