Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
devioa opened this issue May 12, 2023 · 1 comment

Comments

@devioa
Copy link

devioa commented May 12, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

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

e0d16e9

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
Copy link
Owner

anapnoe commented May 12, 2023

it was a typo somehow elem_id became id thanks

@anapnoe anapnoe closed this as completed May 12, 2023
anapnoe added a commit that referenced this issue May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants