stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: UI broken
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
I dropped an old png into the ui and suddenly it error out and none of the buttons would work anymore. I restarted it and the ui was broken like this. https://i.imgur.com/T2BIexH.jpg
I saw similar posts with similar problem, but the common fix was to disable all extensions. I disabled all and it did not fix, removed extensions out of the folder and same result.
Steps to reproduce the problem
- Go to .... not sure
- Press .... not sure
- ... not sure
What should have happened?
Proper functioning UI should load.
Commit where the problem happens
baf6946e
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
-skip-install --allow-code --reinstall-xformers --xformers --skip-torch-cuda-test --no-half --api
List of extensions
none
Console logs
venv "D:\SD\new\SD2\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.3.2
Commit hash: baf6946e06249c5af9851c60171692c44ef633e0
Launching Web UI with arguments: --skip-install --allow-code --reinstall-xformers --xformers --skip-torch-cuda-test --no-half --api
*** "Disable all extensions" option was set, will not load any extensions ***
Loading weights [03363589fe] from D:\SD\new\SD2\stable-diffusion-webui\models\Stable-diffusion\cyberrealistic_v31.safetensors
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 5.6s (import torch: 1.7s, import gradio: 1.1s, import ldm: 0.4s, other imports: 0.8s, scripts list_optimizers: 0.8s, create ui: 0.4s, gradio launch: 0.2s).
Creating model from config: D:\SD\new\SD2\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: D:\SD\new\SD2\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying optimization: xformers... done.
Textual inversion embeddings loaded(0):
Model loaded in 3.9s (load weights from disk: 0.7s, create model: 0.3s, apply weights to model: 0.7s, load VAE: 0.2s, move model to device: 0.9s, load textual inversion embeddings: 1.0s).
Additional information
has happened before in the past, and ive gone through the trouble of re-installing auto1111, xformers, and the extensions i want. Its a real pain in the ass and hope there is an easier solution to this...
I dropped an old png into the ui and suddenly it error out and none of the buttons would work anymore
well if you don't upload the png then we can't even start to try to reporduce the issue
all I can say is you can try removing --skip-install and try again, (best deleting the venv)
iirc --skip-install should make webui to skip installing and udateing of pakages, whitch means that you may have a missmatch of pacakges with the webui and causing strange issue
Same issue here with a clean install
Distro: Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy GPU: GTX 1080 Driver: nvidia v: 530.41.03
"well if you don't upload the png then we can't even start to try to reporduce the issue" unfortunately not at liberty for public display.
unfortunate