-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'outputs/_node_drawers/' not found #39
Comments
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 |
can you try again if it is still there? |
it seems to work with the directory created, but I have this problem : |
hey, getting the same error ; content/models/sd-v1-4.ckpt not found |
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/'
The text was updated successfully, but these errors were encountered: