comfy-cli
comfy-cli copied to clipboard
Command Line Interface for Managing ComfyUI
resolves #88 also adds unit tests to the RegistryAPI class
Currently the `comfy node publish` command doesn't send the icon field to the registry API. Requirements: - Read icon field from pyproject.toml - Send field contents to API Tips: Modify...
comfy-dl support Currently comfy-cli is not compatible with unrecognized source because #86 This pr provide a fix and recognized - [drip-art/comfy-dl]( https://github.com/drip-art/comfy-dl ) urls. then you can safely use https://comfy-dl.vercel.app/...
**Describe the bug** Crashed when `comfy model download` with unknown source url. this is because of given default `local_filename = None`  when the url source is not recognized by...
Adds `comfy run --workflow {file}`, allowing you to run API workflows from the cli using the comfy cli background instance. Arguments: `--workflow` - The workflow API JSON to run `--[no-]wait`...
When comfy command is installed in global context but triggered in venv or conda env, it should use python and pip from that environment
**Describe the bug** When I run `comfy --install-completion` or `comfy --install-completion zsh`, the command inject the following into the zshrc and ~/.zfunc/ ``` autoload -Uz compinit zstyle ':completion:*' menu select...
**Describe the bug** ``` Traceback (most recent call last): File "/home/x/.local/bin/comfy", line 5, in from comfy_cli.__main__ import main File "/home/x/.local/lib/python3.10/site-packages/comfy_cli/__main__.py", line 1, in from comfy_cli.cmdline import main File "/home/x/.local/lib/python3.10/site-packages/comfy_cli/cmdline.py", line...
`comfy install --snapshot=` is added. Currently, only the installation of ComfyUI and custom nodes is being applied.