Skip to content
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

Open
MrPalais opened this issue Sep 29, 2022 · 4 comments
Open

'outputs/_node_drawers/' not found #39

MrPalais opened this issue Sep 29, 2022 · 4 comments

Comments

@MrPalais
Copy link

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
Copy link
Owner

osi1880vr commented Sep 30, 2022

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
Copy link
Owner

can you try again if it is still there?

@MrPalais
Copy link
Author

MrPalais commented Oct 5, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants