ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Python process exited with code 1 and signal null

Open Nikzed opened this issue 4 months ago • 3 comments

Custom Node Testing

Expected Behavior

Normally install app without bugs.

Actual Behavior

I made fresh install of ComfyUI on my PC, but had this bug.

Image

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.

Image

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.

Nikzed avatar Aug 03 '25 14:08 Nikzed

@webfiltered do you know if anyone else using the desktop app had this issue?

Kosinkadink avatar Aug 05 '25 21:08 Kosinkadink

@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

grandmaneedsmorecake avatar Nov 04 '25 10:11 grandmaneedsmorecake

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

mccap079 avatar Dec 11 '25 21:12 mccap079