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
Model Which model are you using? Describe the bug A clear 和 concise description of what the bug is. Screenshots If applicable, add screenshots to help explain your problem. System Info Software version used - iopaint: 1.5.4- pytorch: - CUDA:
When the model is under high concurrency, images get mixed up - either image A contains elements from image B, or image A completely becomes image B. This occurs when I'm using the API for processing.
I noticed that these issues occur when the GPU is under full load.
Model Which model are you using? Describe the bug A clear 和 concise description of what the bug is. Screenshots If applicable, add screenshots to help explain your problem. System Info Software version used - iopaint: 1.5.4- pytorch: - CUDA:
When the model is under high concurrency, images get mixed up - either image A contains elements from image B, or image A completely becomes image B. This occurs when I'm using the API for processing.
I noticed that these issues occur when the GPU is under full load.
curl --location 'http://0.0.0.0:8380/api/v1/run_plugin_gen_image' \ --header 'accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "name": "RealESRGAN", "image": "data:image/jpeg;base64,/xxxxxxxx", "scale": 4 }'
The text was updated successfully, but these errors were encountered: