[Bug]: --dump-sysinfo command line argument does not work
nveaa1 opened this issue · 0 comments
nveaa1 commented
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
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