-
Notifications
You must be signed in to change notification settings - Fork 49
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
comfy node install --fast-deps
fails silently
#216
Comments
cm-cli.py seems to be failing due to it not expecting the
|
Make sure ComfyUI-Manager is up to date. |
The full install is managed via comfy-cli, does it not pull down the latest manager? There doesn't appear to be a --no-deps flag: Seems like this requires the feat/cnr branch Installing feat/cnr via |
Oh, sorry. The You need to switch the cloned ComfyUI-Manager branch to feat/cnr. It was originally scheduled to be integrated sooner, but the integration has been delayed to ensure a safer approach. |
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
The text was updated successfully, but these errors were encountered: