comfy-cli
comfy-cli copied to clipboard
Add `comfy run` command
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 - If the execution should be awaited or just queued and exits, default True
--verbose - If additional node execution logs should be output, default False
Outputs list of files that were generated during the run
Adds the websocket-client package for handling workflow execution messages.
Tested on Windows & WSL 2 (Ubuntu)
Oh sick! You even added socket for progress update! Good stuff!