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]: Some console error #627

Closed
LLKoder opened this issue Sep 15, 2023 · 2 comments · Fixed by #628
Closed

[Bug]: Some console error #627

LLKoder opened this issue Sep 15, 2023 · 2 comments · Fixed by #628

Comments

@LLKoder
Copy link

LLKoder commented Sep 15, 2023

On start up I see some console error:

...\stable-diffusion-webui\modules\gradio_extensons.py:25: GradioUnusedKwargWarning: You have unused kwarg parameters in Button, please remove them: {'full_width': True}
  res = original_IOComponent_init(self, *args, **kwargs)

If add-on will turn off error will disappear either.

version: v1.6.0
python: 3.10.11
torch: 2.0.1+cu118
xformers: 0.0.20
gradio: 3.41.2
checkpoint: [171c237b86]

@akx
Copy link
Collaborator

akx commented Sep 15, 2023

That is a harmless warning, not an error. Thanks for noting it though :)

akx added a commit to akx/sd-dynamic-prompts that referenced this issue Sep 15, 2023
@chuckkay
Copy link

chuckkay commented Oct 22, 2023

harmless yes but when we have to trial and error to figure out which extention is causing it... pretty annoying..

FYI not ranting at you, same problem different errors with other extentions too,,, makes it dificult to know when there is something not harmless going on or going wrong. took 20 minutes to find the culprits

@akx akx closed this as completed in #628 Dec 29, 2023
akx added a commit that referenced this issue Dec 29, 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

Successfully merging a pull request may close this issue.

3 participants