osi1880vr / deforum-sd-ui

Other
18 stars 6 forks source link

'outputs/_node_drawers/' not found #39

Open MrPalais opened 2 years ago

MrPalais commented 2 years ago

2022-09-29 08:47:20.904 Uncaught app exception Traceback (most recent call last): File "V:\anaconda3\envs\deforum\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 562, in _run_script exec(code, module.dict) File "V:_AI_GENERATION\SD-DEFORUM\deforum-sd-ui-UP2DATE\scripts\webui_streamlit.py", line 219, in layout() File "V:_AI_GENERATION\SD-DEFORUM\deforum-sd-ui-UP2DATE\scripts\webui_streamlit.py", line 162, in layout plugins[k][0].layoutFunc() File "V:_AI_GENERATION\SD-DEFORUM\deforum-sd-ui-UP2DATE\scripts\ui\noodletab.py", line 112, in layoutFunc drawerlist = listdirs(drawerPath) File "V:_AI_GENERATION\SD-DEFORUM\deforum-sd-ui-UP2DATE\scripts\ui\noodletab.py", line 74, in listdirs return [d for d in os.listdir(folder) if os.path.isdir(os.path.join(folder, d))] FileNotFoundError: [WinError 3] Le chemin d’accès spécifié est introuvable: 'outputs/_node_drawers/'

osi1880vr commented 2 years ago

Yeah we are still in the process to manage all the different folders in a way they are created if not present, please be patient and create them yourself if missing. Most the time the error comes from a missing folder not from missing code. as soon as the folder is present it should work, or lead you to the next error ;)

Its very heavy WIP please keep that in mind but keep also reporting any issue you find, we work on it for sure

osi1880vr commented 2 years ago

can you try again if it is still there?

MrPalais commented 2 years ago

it seems to work with the directory created, but I have this problem : content/models/sd-v1-4.ckpt not found "content/" prefix is a real issue on windows...

centrdev commented 2 years ago

hey, getting the same error ; content/models/sd-v1-4.ckpt not found