AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
140.92k stars 26.66k forks source link

[Bug]: New 1.6.0 update causes issue where drop-down boxes won't stay open #12956

Closed sanfordandsonrc closed 1 year ago

sanfordandsonrc commented 1 year ago

Is there an existing issue for this?

What happened?

The git pull command in my webui-user.bat file automatically updated me to 1.6.0. Since then, NONE of the drop-down listboxes in the UI will stay open. When I click on the drop-down arrow, the drop-down appears for a split second, then closes. It is impossible to make a selection.

I have found a workaround: If I highlight the selected option, then replace it with a single character (i.e., an "a"), the drop-down opens and stays open, allowing me to make a selection.

Steps to reproduce the problem

  1. Start the web ui
  2. Try to select an option from any of the drop-down list boxes.
  3. The options list drops down, but then closes immediately.

What should have happened?

The drop-down list boxes should stay open so I can select an option from the drop-down.

Sysinfo

sysinfo-2023-09-01-13-09.txt

What browsers do you use to access the UI ?

Mozilla Firefox

Console logs

venv "D:\A1111\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.6.0
Commit hash: 5ef669de080814067961f28357256e8fe27544f4
Installing sd-webui-img2lookbook requirements_webui.txt
Launching Web UI with arguments: --xformers --upcast-sampling --opt-split-attention --no-half --no-half-vae --disable-nan-check --theme dark --autolaunch
Civitai Helper: Get Custom Model Folder
Civitai Helper: Load setting from: D:\A1111\stable-diffusion-webui\extensions\Stable-Diffusion-Webui-Civitai-Helper\setting.json
Additional Network extension not installed, Only hijack built-in lora
LoCon Extension hijack built-in lora successfully

========================= a1111-sd-webui-lycoris =========================
Starting from stable-diffusion-webui version 1.5.0
a1111-sd-webui-lycoris extension is no longer needed

All its features have been integrated into the native LoRA extension
LyCORIS models can now be used as if there are regular LoRA models

This extension has been automatically deactivated
Please remove this extension
==========================================================================

[-] ADetailer initialized. version: 23.8.0, num models: 9
[AddNet] Updating model hashes...
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 5000.36it/s]
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 10000.72it/s]
2023-09-01 08:05:59,308 - ControlNet - INFO - ControlNet v1.1.312
ControlNet preprocessor location: D:\A1111\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-09-01 08:05:59,413 - ControlNet - INFO - ControlNet v1.1.312
Loading weights [580174dabb] from D:\A1111\stable-diffusion-webui\models\Stable-diffusion\duchaitenniji_cuteV235.safetensors
Creating model from config: D:\A1111\stable-diffusion-webui\configs\v1-inference.yaml
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 124/124 [00:00<00:00, 35423.90it/s]
Loading VAE weights specified in settings: D:\A1111\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying attention optimization: xformers... done.
Model loaded in 4.2s (load weights from disk: 0.7s, create model: 0.5s, apply weights to model: 1.0s, apply float(): 0.9s, load VAE: 0.2s, calculate empty prompt: 0.8s).
[AddNet] Updating model hashes...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 124/124 [00:00<00:00, 61982.33it/s]
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 27.3s (prepare environment: 11.4s, import torch: 3.0s, import gradio: 1.0s, setup paths: 0.7s, initialize shared: 0.2s, other imports: 0.7s, setup codeformer: 0.1s, load scripts: 4.7s, create ui: 4.9s, gradio launch: 0.6s).
Reusing loaded model duchaitenniji_cuteV235.safetensors [580174dabb] to load arthemyComics_v40.safetensors [02451eb95c]
Loading weights [02451eb95c] from D:\A1111\stable-diffusion-webui\models\Stable-diffusion\arthemyComics_v40.safetensors
Loading VAE weights specified in settings: D:\A1111\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying attention optimization: xformers... done.
Weights loaded in 4.0s (send model to cpu: 0.8s, load weights from disk: 0.3s, apply weights to model: 1.8s, load VAE: 0.2s, move model to device: 0.9s).

Additional information

Thank you for looking into this for me. I make my living using this software, so I appreciate your help.

scarab72 commented 1 year ago

Nothing works after the 1.6 update. great.

sanfordandsonrc commented 1 year ago

Nothing works after the 1.6 update. great.

scarab72, this was the only issue I encountered so far, but from what I have been reading, I was one of the lucky ones!

catboxanon commented 1 year ago

OP resolved the issue by disabling the sd-webui-prompt-history extension. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12892#issuecomment-1704356051