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

Trying to load module 'pwd' fails after latest pull #5

Closed peacefulpyro closed 1 year ago

peacefulpyro commented 1 year ago

I don't think the pwd module is available for folks running Windows.

--

Error loading script: system-info.py Traceback (most recent call last): File "F:\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "F:\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\stable-diffusion-webui\extensions\sd-extension-system-info\scripts\system-info.py", line 3, in import pwd ModuleNotFoundError: No module named 'pwd'

vladmandic commented 1 year ago

yeah, just figured that out, fixed and pushed new version.