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
I'm trying to speed up my workflow while using img2img_gradio.py and txt2img_gradio.py and was hoping to be able to queue requests so that I can leave things unattended.
According to the gradio examples, to enable queuing, the launch function needs to be modified to
demo.queue(concurrency_count=5).launch()
However, when I modify that code, I get this error
I'm not sure what's going wrong, because otherwise running things manually, cuda seems to be set up properly. If anyone could point me in the right direction that would be amazing!
The text was updated successfully, but these errors were encountered:
I'm trying to speed up my workflow while using
img2img_gradio.py
andtxt2img_gradio.py
and was hoping to be able to queue requests so that I can leave things unattended.According to the gradio examples, to enable queuing, the launch function needs to be modified to
However, when I modify that code, I get this error
I'm not sure what's going wrong, because otherwise running things manually, cuda seems to be set up properly. If anyone could point me in the right direction that would be amazing!
The text was updated successfully, but these errors were encountered: