AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: AttributeError: 'Dropdown' object has no attribute 'multiselect' #6921

Closed hharithra closed 1 year ago

hharithra commented 1 year ago

Is there an existing issue for this?

What happened?

The commandline ends with the following. Cannot use the web UI.

Applying xformers cross attention optimization. Textual inversion embeddings loaded(25): 3d-female-cyborgs, 852style-girl, bada-club, black-waifu, char-con, david-firth-artstyle, doose-s-realistic-art-style, dr-strange, dtv-pkmn, dullboy-caricature, durer-style, eastward, elegant-flower, fractal-flame, hrgiger-drmacabre, huatli, ilo-kunst, jang-sung-rak-style, johnny-silverhand, kanv1, kojima-ayami, liquid-light, m-geo, m-geoo, malika-favre-art-style Textual inversion embeddings skipped(4): greg_rutkowski, kc16-v4-5000, kc32-v4-5000, midjourney Model loaded in 7.6s (0.5s create model, 7.0s load weights). Traceback (most recent call last): File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\launch.py", line 317, in start() File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\launch.py", line 312, in start webui.webui() File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\webui.py", line 159, in webui shared.demo = modules.ui.create_ui() File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 1851, in create_ui visit(txt2img_interface, loadsave, "txt2img") File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 171, in visit visit(c, func, path) File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 171, in visit visit(c, func, path) File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 171, in visit visit(c, func, path) [Previous line repeated 2 more times] File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 173, in visit func(path + "/" + str(x.label), x) File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 1849, in loadsave apply_field(x, 'value', check_dropdown, getattr(x, 'init_field', None)) File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 1811, in apply_field elif condition and not condition(saved_value): File "C:\Users\lahar\Desktop\Supper_SD_2.0\stable-diffusion-webui-new\modules\ui.py", line 1844, in check_dropdown if x.multiselect: AttributeError: 'Dropdown' object has no attribute 'multiselect'

Steps to reproduce the problem

  1. Runnig the webui-user.bat file

What should have happened?

Localhost address should have given

Commit where the problem happens

c7e50425f63c07242068f8dcccce70a4ef28a17f

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Brave

Command Line Arguments

git pull
pause

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers --medvram --no-half-vae
rem set COMMANDLINE_ARGS=

call webui.bat

Additional information, context and logs

It was working 20 hours ago and now it doesn't.

cobanov commented 1 year ago

delete the dreambooth extension from 'stable-diffusion-webui\extensions' folder