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]: --dump-sysinfo command line argument does not work #16638

Open
4 of 6 tasks
nveaa1 opened this issue Nov 9, 2024 · 0 comments
Open
4 of 6 tasks

[Bug]: --dump-sysinfo command line argument does not work #16638

nveaa1 opened this issue Nov 9, 2024 · 0 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@nveaa1
Copy link

nveaa1 commented Nov 9, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

Starting WebUI with the command line argument --dump-sysinfo causes a crash soon after starting.

Steps to reproduce the problem

Start WebUI with the command line argument --dump-sysinfo

What should have happened?

The --dump-sysinfo option should dump sysinfo.

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

sysinfo-2024-11-09-23-37.json

Console logs

venv "E:\ai_stuff\stable-diffusion-webui\venv\Scripts\Python.exe"
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
E:\ai_stuff\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning\utilities\distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in v2.0.0. You can import it from `pytorch_lightning.utilities` instead.
  rank_zero_deprecation(
Traceback (most recent call last):
  File "E:\ai_stuff\stable-diffusion-webui\launch.py", line 48, in <module>
    main()
  File "E:\ai_stuff\stable-diffusion-webui\launch.py", line 29, in main
    filename = launch_utils.dump_sysinfo()
  File "E:\ai_stuff\stable-diffusion-webui\modules\launch_utils.py", line 476, in dump_sysinfo
    text = sysinfo.get()
  File "E:\ai_stuff\stable-diffusion-webui\modules\sysinfo.py", line 46, in get
    res = get_dict()
  File "E:\ai_stuff\stable-diffusion-webui\modules\sysinfo.py", line 119, in get_dict
    "Extensions": get_extensions(enabled=True, fallback_disabled_extensions=config.get('disabled_extensions', [])),
AttributeError: 'str' object has no attribute 'get'
Press any key to continue . . .

Additional information

No response

@nveaa1 nveaa1 added the bug-report Report of a bug, yet to be confirmed label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

1 participant