anapnoe / stable-diffusion-webui-ux

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

Themes: text color cannot be set? #116

Closed PaulCoddington closed 1 year ago

PaulCoddington commented 1 year ago

Is there an existing issue for this?

What happened?

Custom themes broke after updating to latest version on 2023-05-03 to test another reported bug for fixes (--main-bg-color is now --ae-main-bg-color, etc). Understandable that these things may need to change.

But, when I attempt to recreate my custom light-grey theme from scratch, accordion header and combo box text seems to be hardcoded to white.

Steps to reproduce the problem

  1. Select the default theme.
  2. Click the Invert button.

What should have happened?

Text color for accordion headers and combo box lists should invert, but remains white. There no longer appears to be any way to set text color in the Themes GUI.

Commit where the problem happens

e2d23b4

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

--medvram --no-half-vae --xformers --skip-install --autolaunch

List of extensions

no

Console logs

Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)]
Commit hash: e2d23b46f41dadae72e01630dbe89a79bd2dbc5d
Launching Web UI with arguments: --medvram --no-half-vae --xformers --skip-install --autolaunch
Loading weights [6ce0161689] from C:\ProgramData\Stable Diffusion\sd-webui-ux\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: C:\ProgramData\Stable Diffusion\sd-webui-ux\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 2.2s (load weights from disk: 0.2s, create model: 0.4s, apply weights to model: 0.8s, apply half(): 0.7s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 10.0s (import torch: 2.0s, import gradio: 1.3s, import ldm: 0.6s, other imports: 1.1s, load scripts: 1.3s, load SD checkpoint: 2.7s, create ui: 0.7s, gradio launch: 0.2s).

Additional information

Windows 11, Miniconda 3