stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature request/bug(?)] UI reload button

Open GitHub-MellowYellow opened this issue 3 years ago • 1 comments

I don't really know is it a bug or just a problem with my internet connection (I'm using remote machine through ngrok), but sometimes during generation, the progress bar and buttons freeze. Even after generation is finished and results are shown, buttons Interrupt and Skip are still there, clicking them does nothing. It is impossible to start new generation and page reload is required to continue (which is frustrating, cause it's requiring to write promt and adjust settings from beginning). I should add that while txt2img is not available like that, other tabs are working fine and you still can, for example, use img2img, and other way around (so connection is still there).

You can reproduce this problem (kinda) by using ngrok or gradio share and shutting down your internet connection for a second.

Is it possible to add a button that will forcefully update the status of the generation buttons, while leaving the settings and prompt intact? (It could be added to the settings tab, for example)

Or maybe someone can just point me to some alternative solution of my problem. Thank you

GitHub-MellowYellow avatar Oct 19 '22 12:10 GitHub-MellowYellow

I have seen that a few times, The buttons iterrupt and skip are in the interface and marked as visibble when you click generate, if the interface loses sync you can set the style of either of those to "display: none" and you will be able to see the generate button below it.

If you are using auth and you restarted the server (forcing the state to desync) you would need to go to the ip to authenticate and then you can go to your desync page, hide one of the bottoms on top and click generate again.

this is really annoying, what I end up doing is copying the generation text/info and pasting it in the prompt then click on the arrow so the parameters get set in the sliders, turn the seed to -1 and then continue generating.

kryztoval avatar Oct 20 '22 14:10 kryztoval

Closing as stale.

catboxanon avatar Aug 07 '23 15:08 catboxanon