Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
291 stars 47 forks source link

`update` errors when ComfyUI-Manager not installed #191

Open christian-byrne opened 2 months ago

christian-byrne commented 2 months ago

Describe the bug I run comfy-cli update and it results in an error while trying to update the custom node cache.

To Reproduce

  1. Move/remove ComfyUI-Manager
  2. Run comfy-cli update

Expected behavior The update completes and it's clear whether it was successful or not.

Terminal Output

After installing requirements, it outputs

/home/c/p/ce/venv/bin/python3: can't open file '/home/c/p/ce/ComfyUI/custom_nodes/ComfyUI-Manager/cm-cli.py': [Errno 2] No such file or directory

The it prints the full traceback. I can include that if you need.