anapnoe / stable-diffusion-webui-ux

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

[Bug]: Unable to pin settings to quick access after recent update #143

Closed Nyksia closed 1 year ago

Nyksia commented 1 year ago

Is there an existing issue for this?

What happened?

After one of the recent updates in like a last week or so, I seem to no longer be able to pin settings to quick access(not sure how it's called?) tab, it gives a visual as if I've pressed the button to do so, and it gets swapped for an 'X', but the setting itself does not disappear from the settings like it used to, and doesn't appear in pinned quick access tab either. image

The settings added to it previously are still there, but I am unable to add any new ones anymore. image

Steps to reproduce the problem

  1. Go to settings.
  2. Press the icon to add the setting to quick access.
  3. The setting fails to do so.

What should have happened?

Previously when you would press the button, it would disappear from the settings list and get added to the quick access tab.

Commit where the problem happens

195bf85a19

What platforms do you use to access the UI ?

No response

What browsers do you use to access the UI ?

No response

Command Line Arguments

Only command line arguments being used are no-half-vae and xformers.

List of extensions


Extension | URL | Version | Update -- | -- | -- | -- CFG-Schedule-for-Automatic1111-SD | https://github.com/guzuligo/CFG-Schedule-for-Automatic1111-SD.git | 84892c88 (Thu Mar 9 10:43:02 2023) | unknown a1111-sd-webui-lycoris | https://github.com/KohakuBlueleaf/a1111-sd-webui-lycoris.git | 1f3e452c (Tue May 9 12:30:54 2023) | unknown sd-dynamic-thresholding | https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git | c9721ab0 (Mon May 8 23:17:15 2023) | unknown sd-webui-ar | https://github.com/alemelis/sd-webui-ar.git | 9df49dc2 (Wed Apr 12 09:23:17 2023) | unknown sd-webui-controlnet | https://github.com/Mikubill/sd-webui-controlnet.git | c9c8ca6e (Sun May 7 17:15:00 2023) | unknown sd-webui-infinite-image-browsing | https://github.com/zanllp/sd-webui-infinite-image-browsing.git | 34388f00 (Tue May 9 18:39:11 2023) | unknown sd-webui-llul | https://github.com/hnmr293/sd-webui-llul.git | aa47b3ee (Thu May 4 16:14:34 2023) | unknown sd-webui-model-converter | https://github.com/Akegarasu/sd-webui-model-converter | d19e2816 (Sun Mar 26 06:36:49 2023) | unknown sd-webui-regional-prompter | https://github.com/hako-mikan/sd-webui-regional-prompter.git | 2dc66cbe (Tue May 9 12:49:30 2023) | unknown sd-webui-supermerger | https://github.com/hako-mikan/sd-webui-supermerger.git | 2c004060 (Tue May 2 10:00:48 2023) | unknown stable-diffusion-webui-images-browser | https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git | c751a9ee (Tue May 9 16:07:49 2023) | unknown stable-diffusion-webui-rembg | https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git | 64821f04 (Sun Mar 12 15:32:00 2023) | unknown stable-diffusion-webui-state | https://github.com/ilian6806/stable-diffusion-webui-state.git | 8560a9c9 (Mon May 8 13:24:04 2023) | unknown stable-diffusion-webui-wd14-tagger | https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git | 3ba3a735 (Sat Mar 25 20:32:37 2023) | unknown ultimate-upscale-for-automatic1111 | https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git | 756bb505 (Fri May 5 00:22:21 2023) | unknown

Console logs

PS C:\Stable Diffusion> .\webui-user.bat
venv "C:\Stable Diffusion\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: <none>
Commit hash: 94a759bd9f3d48be54bf4da54fa97ec637088c3f
Installing requirements

Launching Web UI with arguments: --xformers --no-half-vae
ControlNet v1.1.150
ControlNet v1.1.150
Image Browser: ImageReward is not installed, cannot be used.
Loading weights [195bf85a19] from C:\Stable Diffusion\models\Stable-diffusion\Moth Mix Twin Moonlight.safetensors
Creating model from config: C:\Stable Diffusion\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: C:\Stable Diffusion\models\VAE\clearvae_main.safetensors
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(10): bad-artist, bad-artist-anime, bad-hands-5, bad_prompt_version2, badv3, boring_e621, charturnerv2, deepnegative, deformityv6, easynegative
Model loaded in 11.8s (load weights from disk: 0.5s, create model: 0.6s, apply weights to model: 6.1s, apply half(): 0.8s, load VAE: 1.1s, move model to device: 0.6s, load textual inversion embeddings: 2.1s).
Loading weights [195bf85a19] from C:\Stable Diffusion\models\Stable-diffusion\Moth Mix Twin Moonlight.safetensors
Creating model from config: C:\Stable Diffusion\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: C:\Stable Diffusion\models\VAE\clearvae_main.safetensors
Applying xformers cross attention optimization.
Model loaded in 3.2s (load weights from disk: 0.3s, create model: 0.4s, apply weights to model: 0.8s, apply half(): 0.8s, load VAE: 0.2s, move model to device: 0.6s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 36.2s (import torch: 3.7s, import gradio: 2.4s, import ldm: 1.1s, other imports: 2.6s, list SD models: 0.3s, setup codeformer: 0.2s, load scripts: 4.9s, create ui: 20.6s, gradio launch: 0.3s).

Additional information

Not sure if I've included commit correctly, as the UI and console only show the checkpoint and not the commit (which is blank). Also a friend also had this issue with a fresh install of WebUI, so it seems to be an issue caused by one of the recent updates.