anapnoe / stable-diffusion-webui-ux

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

[Bug]: `UserWarning: You have unused kwarg parameters in Row, please remove them: {'id': 'txt2img_column_batch'}` #137

Closed devioa closed 1 year ago

devioa commented 1 year ago

Is there an existing issue for this?

What happened?

another new warning displayed during startup: stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'id': 'txt2img_column_batch'} I have disabled all extensions

Steps to reproduce the problem

just launch then wait it show up

What should have happened?

no warnings

Commit where the problem happens

e0d16e9b0c840504378fbcf2b29ea0f478342e88

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers --opt-split-attention --deepdanbooru --disable-nan-check

List of extensions

...

Console logs

venv "D:\stable-diffusion-webui-ux\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)]
Commit hash: e0d16e9b0c840504378fbcf2b29ea0f478342e88
Installing requirements

Launching Web UI with arguments: --xformers --opt-split-attention --deepdanbooru --disable-nan-check
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
ControlNet v1.1.150
ControlNet v1.1.150
Additional Network extension not installed, Only hijack built-in lora
LoCon Extension hijack built-in lora successfully
Loading weights [d3cd6ac55a] from D:\stable-diffusion-webui-ux\models\Stable-diffusion\Anime\Hassaku Hentai.safetensors
Creating model from config: D:\stable-diffusion-webui-ux\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: D:\stable-diffusion-webui-ux\models\VAE\kl-f8-anime2.ckpt
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(7): bad-artist, bad-picture-chill-75v, bad_prompt_version2, badhandv4, charturnerv2, easynegative, ng_deepnegative_v1_75t
Model loaded in 6.3s (load weights from disk: 0.2s, create model: 0.3s, apply weights to model: 2.5s, apply half(): 0.4s, load VAE: 0.3s, move model to device: 0.6s, load textual inversion embeddings: 2.1s).
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'id': 'txt2img_column_batch'}
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 20.7s (import torch: 2.0s, import gradio: 1.1s, import ldm: 0.6s, other imports: 1.0s, setup codeformer: 0.2s, load scripts: 4.1s, load SD checkpoint: 6.5s, opts onchange: 3.2s, create ui: 1.8s, gradio launch: 0.1s).
Closing server running on port: 7860
Restarting UI...
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'id': 'txt2img_column_batch'}
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 2.0s (load scripts: 0.1s, list SD models: 0.2s, create ui: 1.5s).


### Additional information

_No response_
anapnoe commented 1 year ago

it was a typo somehow elem_id became id thanks