anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
964 stars 60 forks source link

[Bug]: lost access to buttons above lora #203

Open halr9000 opened 7 months ago

halr9000 commented 7 months ago

Is there an existing issue for this?

What happened?

Chrome latest/Windows. Fresh install (haven't run UX in a while, looking great!) At first everything seemed normal, and I was getting familiar with the new layout since I had last ran the app. At some point while switching screens, which I've not been able to repro, I have lost the buttons on the right above Lora.

image

The only wait to see Checkpoints, TI, Hypernetworks buttons is to shrink my browser zoom down to 80%. image

UI reload or browser reload does not resolve. I have also tried Edge and incognito, no help.

Oh yeah, my vision sucks, so I don't have a lot of screen real estate to work with.

image

Steps to reproduce the problem

  1. Fresh install
  2. Click around all of the modes
  3. ???
  4. UX is a bit messed up

Sorry I'll keep trying to repro.

What should have happened?

Top icons should always be visible

Sysinfo

Sysinfo non-functional! Nothing in the settings/sysinfo screen result in a file download or info display. Instead, it just prompts for file upload. I tried.

image

What browsers do you use to access the UI ?

Google Chrome, Microsoft Edge

Console logs

fatal: No names found, cannot describe anything.
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: 1.6.1
Commit hash: da22a58aaeb6fe71046221c5068da9303db8314c
Launching Web UI with arguments: --server-name mando --xformers --api --skip-python-version-check
Loading weights [1ac7f636ba] from D:\hal\stable-diffusion\StabilityMatrix\Packages\Stable Diffusion Web UI-UX\models\Stable-diffusion\brixlAMustInYour_v10Alderaan.safetensors
Running on local URL:  http://mando:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 13.4s (prepare environment: 3.4s, import torch: 3.8s, import gradio: 1.2s, setup paths: 1.1s, initialize shared: 0.2s, other imports: 0.9s, setup codeformer: 0.1s, load scripts: 1.6s, create ui: 0.6s, gradio launch: 0.2s).
Creating model from config: D:\hal\stable-diffusion\StabilityMatrix\Packages\Stable Diffusion Web UI-UX\repositories\generative-models\configs\inference\sd_xl_base.yaml
Applying attention optimization: xformers... done.
Model loaded in 13.0s (load weights from disk: 1.4s, create model: 1.9s, apply weights to model: 8.8s, move model to device: 0.2s, load textual inversion embeddings: 0.2s, calculate empty prompt: 0.4s).
Restarting UI...
Closing server running on port: 7860
Running on local URL:  http://mando:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 0.9s (load scripts: 0.2s, create ui: 0.3s, gradio launch: 0.3s).

Additional information

Installed UX via Stability Matrix. image

anapnoe commented 7 months ago

Thanks @halr9000 the issue is caused when the column height of the icons is greater than the screen height I will add a scrollbar for small screens sizes or when you set scale percentage in windows to remedy you can set the size of the component icons in theme customizer -> component size to less than 35px height

halr9000 commented 7 months ago

Thanks @halr9000 the issue is caused when the column height of the icons is greater than the screen height I will add a scrollbar for small screens sizes or when you set scale percentage in windows to remedy you can set the size of the component icons in theme customizer -> component size to less than 35px height

Cool. What about ability to hide some? I'm never going to use hypernetworks, or "use with api". And a link to gradio doesn't need to take up space there imho.

anapnoe commented 7 months ago

Yep this functionality and a lot more is coming with workspaces ui-ux best regards

halr9000 commented 7 months ago

u rock