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

[Bug]: Occasionally UI elements become unresponsive

Open Jonseed opened this issue 2 years ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

I've noticed recently as I work that sometimes suddenly certain UI buttons will stop working, like "generate" or "apply settings" or "restart gradio" or the dropdowns will stop loading models, etc. The only way to fix it is to restart the backend. Is it just me?

Steps to reproduce the problem

  1. Go to orange buttons
  2. Click them
  3. They do nothing

What should have happened?

The default behavior

Commit where the problem happens

17a2076

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

--xformers --autolaunch --gradio-img2img-tool color-sketch --vae-path "F:\repos\auto111\stable-diffusion-webui\models\Stable-diffusion\vae-ft-mse-840000-ema-pruned.vae.pt" --administrator

Additional information, context and logs

No response

Jonseed avatar Oct 30 '22 16:10 Jonseed

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3971#issuecomment-1296283937 Try the F12, Check whether the console has such an error.

sgmklp avatar Oct 30 '22 16:10 sgmklp

I think we may have encountered the same mistake

sgmklp avatar Oct 30 '22 16:10 sgmklp

#3971 (comment) Try the F12, Check whether the console has such an error.

Yes, I do see that error in the console. It is probably the same bug. Restarting Gradio makes these UI elements unresponsive.

Jonseed avatar Oct 30 '22 17:10 Jonseed

Bumping Gradio's version may have fixed this...

Jonseed avatar Nov 04 '22 00:11 Jonseed

I don't have the issue anymore. I think bumping Gradio's version fixed it, so I'm closing it.

Jonseed avatar Nov 05 '22 18:11 Jonseed