diff --git a/comfy_cli/cmdline.py b/comfy_cli/cmdline.py index b784bea..ea29279 100644 --- a/comfy_cli/cmdline.py +++ b/comfy_cli/cmdline.py @@ -567,6 +567,7 @@ def feedback(): rprint("Thank you for your feedback!") +@app.command(hidden=True) @app.command( help="Given an existing installation of comfy core and any custom nodes, installs any needed python dependencies" )