vladmandic / sd-extension-system-info

System and platform info and standardized benchmarking extension for SD.Next and WebUI
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html
MIT License
280 stars 51 forks source link

[BUG] info tab gone #4

Closed brunogcar closed 1 year ago

brunogcar commented 1 year ago

since commit https://github.com/vladmandic/sd-extension-system-info/commit/579fda3e788455f8f88b960417484016c14c478b, info tab is gone, i dont remember if there was a tab on settings, i guess there is (was) but missing as well

until previous commits when you introduced benchmark and updated ui, it was ok, i tested it

vladmandic commented 1 year ago

that means there has to be some error loading the code so it should be printed in console when you start webui?

brunogcar commented 1 year ago
Error loading script: system-info.py
Traceback (most recent call last):
  File "D:\GitHub\AUTOMATIC1111\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "D:\GitHub\AUTOMATIC1111\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\GitHub\AUTOMATIC1111\stable-diffusion-webui\extensions\sd-extension-system-info\scripts\system-info.py", line 3, in <module>
    import pwd
ModuleNotFoundError: No module named 'pwd'
vladmandic commented 1 year ago

pwd is linux-only package, my bad, fixed and pushed new version.