Open M1kep opened 11 hours ago
cm-cli.py seems to be failing due to it not expecting the --no-deps
flag
#13 0.648 Execute from: /root/comfy/ComfyUI
#13 0.957 Command output:
#13 0.957
#13 0.957 Command error output:
#13 0.958 Usage: cm-cli.py install [OPTIONS] NODES...
#13 0.958 Try 'cm-cli.py install --help' for help.
#13 0.958 ╭─ Error ──────────────────────────────────────────────────────────────────────╮
#13 0.958 │ No such option: --no-deps Did you mean --mode? │
#13 0.958 ╰──────────────────────────────────────────────────────────────────────────────╯
#13 0.958
#13 0.958 Return code: 2
#13 0.959 Command that failed: ['/usr/local/bin/python',
#13 0.959 '/root/comfy/ComfyUI/custom_nodes/ComfyUI-Manager/cm-cli.py', 'install',
#13 0.959 'qq-nodes-comfyui', 'ComfyUI-KJNodes', 'rgthree-comfy', '--no-deps']
#13 DONE 1.0s
Describe the bug When running
comfy node install ...nodes...
, if--fast-deps
is passed, it exits very quickly and fails to install anything, with the only output beingExecute from: /root/comfy/ComfyUI
.To Reproduce Steps to reproduce the behavior
Expected behavior The nodes to install, while utilizing
uv
(I assume)Nice to have