Python process exited with code 1 and signal null
Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see how to disable custom nodes if you need help)
Expected Behavior
Normally install app without bugs.
Actual Behavior
I made fresh install of ComfyUI on my PC, but had this bug.
To fix it: you just have to go to the ComfyUI folder (for me it was C:\Users\username\AppData\Roaming\ComfyUI)
and create the file extra_models_config.yaml and type {} in it.
Steps to Reproduce
I opened installer before, reinstalling the app may have caused it.
Debug Logs
-
Other
Fix:
Go to your ComfyUI folder (for me it was C:\Users\username\AppData\Roaming\ComfyUI)
Create file extra_models_config.yaml and type {} into it.
@webfiltered do you know if anyone else using the desktop app had this issue?
@Kosinkadink i did as well, solution helped. Here is what was in the yaml file before editing:
# ComfyUI extra_model_paths.yaml for win32
comfyui_desktop:
is_default: "true"
custom_nodes: custom_nodes/
download_model_base: models
base_path: C:\ComfyUI
desktop_extensions:
custom_nodes: C:\Users\Administrator\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes
Solution helped me too. My yaml:
# ComfyUI extra_model_paths.yaml for win32
comfyui_desktop:
is_default: "true"
custom_nodes: custom_nodes/
download_model_base: models
base_path: C:\Users\<REDACTED>\Documents\ComfyUI
desktop_extensions:
custom_nodes: C:\Users\<REDACTED>\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes