Maurdekye / training-picker

Extension for stable-diffusion-webui that allows the user to mux through the keyframes of a video, and automatically pick and export training examples from individual keyframes.
109 stars 15 forks source link

Error loading script #22

Open hornedpariah opened 1 year ago

hornedpariah commented 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

eyeweaver commented 1 year ago

I've had this same issue for several days now..

Trahloc commented 1 year ago

Same errors with a fresh install and first time using the extension

Woisek commented 1 year ago

Error still persists ...

rockerBOO commented 1 year ago

Same bug as #21

coronet1127 commented 1 year ago

https://github.com/Maurdekye/training-picker/issues/21#issuecomment-1422456269

rockerBOO commented 1 year ago

Fixed now

coronet1127 commented 1 year ago

good