stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Image generates fully, progress bar freezes and interrupt/skip buttons don't work
Mozilla Firefox 105.0.3
Google Colab instance (https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl#scrollTo=R-xAdMA5wxXd)
This has been happening fairly intermittently for the past few days. Sometimes, when I generate an image successfully, the progress bar freezes and I can't click the Interrupt or Skip boxes. Clicking them doesn't seem to do anything, and the only way to generate another image is by reloading the gradio app. This has happened to me on txt2image and img2img.
I have a workaround: click CTRL+Enter in the prompt box. This will start a new generation, but the UI will not be fixed :p
I've had this happen too a few times recently
I have a workaround: click CTRL+Enter in the prompt box. This will start a new generation, but the UI will not be fixed :p
thank you so much!!!!!!!!
I am having the same problem too. In my case, clicking generate button and then not clicking anything on the page until the output comes out helped. But after 5-6 generations, the problem occurred again.
I'm having the same problem.
ctrl+enter stops working entirely after couple generations. I've tried both Brave and Safari, still occurs.
happening to me on paperspace as well.
This is was more frecuent today for me, it really is annoying I have to reload after each try, I have noticed some behavior on Firefox's developer console, and what I can see, this happens because of a 'bad gateway' error generated.
Although, I think this may be a gradio.app response issue, there is no other workaround for now? I really don't want to reload each time, today was insane to do this, almost every time.
(therefore it's an issue with gradio servers) in local mode, works fine without freezes
Also having the same problem. Hope the issue can be addressed soon.
The 1st issue is error 502 on gradio service. The 2nd issue is No Connection Error Handlings for this issue in webui. (Maybe 2nd is 1st, by people.)
I can confirm that I am running into this issue occasionally also.
Same here! :( Seems to happen often when using --listen
I am running into this. Any solution?
https://github.com/gradio-app/gradio/issues/2260 Fixed by gradio team