Open hornedpariah opened 1 year ago
on startup:
Error loading script: training_picker.py Traceback (most recent call last): File "G:\Github 2\stable-diffusion-webui\modules\scripts.py", line 218, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "G:\Github 2\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module exec(compiled, module.dict) File "G:\Github 2\stable-diffusion-webui\extensions\training-picker\scripts\training_picker.py", line 16, in from modules.ui import create_refresh_button, folder_symbol ImportError: cannot import name 'folder_symbol' from 'modules.ui' (G:\Github 2\stable-diffusion-webui\modules\ui.py)
I reinstalled both a1111 and the extension twice and still have this outcome
I've had this same issue for several days now..
Same errors with a fresh install and first time using the extension
Error still persists ...
Same bug as #21
https://github.com/Maurdekye/training-picker/issues/21#issuecomment-1422456269
Fixed now
good
on startup:
Error loading script: training_picker.py Traceback (most recent call last): File "G:\Github 2\stable-diffusion-webui\modules\scripts.py", line 218, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "G:\Github 2\stable-diffusion-webui\modules\script_loading.py", line 13, in load_module exec(compiled, module.dict) File "G:\Github 2\stable-diffusion-webui\extensions\training-picker\scripts\training_picker.py", line 16, in
from modules.ui import create_refresh_button, folder_symbol
ImportError: cannot import name 'folder_symbol' from 'modules.ui' (G:\Github 2\stable-diffusion-webui\modules\ui.py)
I reinstalled both a1111 and the extension twice and still have this outcome