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: {'scale': 4}` #136

Closed devioa closed 1 year ago

devioa commented 1 year ago

Is there an existing issue for this?

What happened?

stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 4} stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1} today after updating to the latest commit, UserWarning was displayed again and I have disabled all extensions

Steps to reproduce the problem

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

What should have happened?

no warnings

Commit where the problem happens

64fddbfbe9badd1ed61dcf9e250627bc3e78fc01

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

...

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: 64fddbfbe9badd1ed61dcf9e250627bc3e78fc01
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 [7f96a1a9ca] from D:\stable-diffusion-webui-ux\models\Stable-diffusion\Anime\AnythingV5.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 4.3s (load weights from disk: 0.2s, create model: 0.3s, apply weights to model: 1.0s, apply half(): 0.4s, load VAE: 0.2s, move model to device: 0.6s, load textual inversion embeddings: 1.6s).
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 4}
  warnings.warn(
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 15.6s (import torch: 1.9s, import gradio: 1.0s, import ldm: 0.5s, other imports: 1.0s, setup codeformer: 0.2s, load scripts: 4.1s, load SD checkpoint: 4.4s, opts onchange: 0.7s, create ui: 1.6s, 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: {'scale': 4}
  warnings.warn(
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 1.9s (list SD models: 0.2s, create ui: 1.5s).
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: {'scale': 4}
  warnings.warn(
D:\stable-diffusion-webui-ux\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 1.8s (create ui: 1.6s).


### Additional information

_No response_