Replies: 2 comments
-
use asyncio. |
Beta Was this translation helpful? Give feedback.
0 replies
-
api is not blocking, its just that normal http requests in python are sync so like jacquesfeng said, use asyncio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone. I use webui as an api service, and I'm confused about how to get the picture progress /sdapi/v1/txt2img is a blocking interface. When I call /sdapi/v1/progress, how to determine whether the task has not started or ended.
Beta Was this translation helpful? Give feedback.
All reactions