mix1009 / sdwebuiapi

Python API client for AUTOMATIC1111/stable-diffusion-webui
MIT License
1.35k stars 181 forks source link

Fixed timeout error in aiohttp #132

Closed Ping7123 closed 10 months ago

Ping7123 commented 10 months ago

Fixed timeout error in aiohttp. Request timeouts if task is difficult for server to handle. In this pull request timeout simply removed

6