Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

[BUG]RealESRGAN experiences resource contention issues under high concurrency." #616

@liuhao16

Description

@liuhao16

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 }'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions