You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Checklist
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
Additional information
No response
The text was updated successfully, but these errors were encountered: