validate_workflow
Validate a ComfyUI workflow for missing nodes, broken connections, and other issues. Returns errors and warnings to fix before execution.
Instructions
Validate a ComfyUI workflow without executing it. Checks for missing node types, broken connections, invalid output indices, missing models, and other issues. Returns a list of errors and warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | ComfyUI workflow in API format (JSON string or object) |