comfy_cli_workflow
Validate or run ComfyUI workflow files to check class types, inputs, enums, and edge wiring without submission, or execute asynchronously with optional wait for outputs.
Instructions
Validate or run an API/UI workflow file using official comfy-cli. Validation checks class types, inputs, enums, and edge wiring without submission. Run submits asynchronously by default; set wait=true to await outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| where | No | ||
| action | Yes | ||
| workspace | No | Optional ComfyUI workspace override. Otherwise COMFYUI_PATH/auto-detection is used. | |
| workflowPath | Yes | ||
| timeoutSeconds | No |