AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: Starting Web Ui Error #6937

Closed isroor7 closed 1 year ago

isroor7 commented 1 year ago

Is there an existing issue for this?

What happened?

Launching Web UI with arguments: No module 'xformers'. Proceeding without it. SD-Webui API layer loaded LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Loading weights [3838202fcb] from C:\Users\ADMIN\stable-diffusion-webui\models\Stable-diffusion\ambor.ckpt Applying cross attention optimization (Doggettx). Textual inversion embeddings loaded(7): ambor2023, arcane-style-jv, gta5-artwork, hitokomoru-style-nao, kuvshinov, midjourney-style, sakimi-style Model loaded in 17.6s (0.7s create model, 13.2s load weights). Traceback (most recent call last): File "C:\Users\ADMIN\stable-diffusion-webui\launch.py", line 317, in start() File "C:\Users\ADMIN\stable-diffusion-webui\launch.py", line 312, in start webui.webui() File "C:\Users\ADMIN\stable-diffusion-webui\webui.py", line 159, in webui shared.demo = modules.ui.create_ui() File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 1895, in create_ui visit(txt2img_interface, loadsave, "txt2img") File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 171, in visit visit(c, func, path) File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 171, in visit visit(c, func, path) File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 171, in visit visit(c, func, path) [Previous line repeated 2 more times] File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 173, in visit func(path + "/" + str(x.label), x) File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 1893, in loadsave apply_field(x, 'value', check_dropdown, getattr(x, 'init_field', None)) File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 1855, in apply_field elif condition and not condition(saved_value): File "C:\Users\ADMIN\stable-diffusion-webui\modules\ui.py", line 1888, in check_dropdown if x.multiselect: AttributeError: 'Dropdown' object has no attribute 'multiselect' Press any key to continue . . .

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ...

What should have happened?

.....

Commit where the problem happens

cmd

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

No response

Additional information, context and logs

No response

mariusberget92 commented 1 year ago

Exact same error for me after update before run.

ThisIsNetsu commented 1 year ago

DreamBooth seems to be the culprit.

What worked for me was to go to stable-diffusion-webui\extensions\sd_dreambooth_extension and open the requirements.txt

Search for "gradio" and change the version to 3.16.2

flybfree commented 1 year ago

The change to gradio in requirements.txt fixed the issue for me as well.

mariusberget92 commented 1 year ago

DreamBooth seems to be the culprit.

What worked for me was to go to stable-diffusion-webui\extensions\sd_dreambooth_extension and open the requirements.txt

Search for "gradio" and change the version to 3.16.2

Thanks.

screan commented 1 year ago

doing a git pull in the dreambooth extensions folder worked for me.