validate_workflow
Check a ComfyUI workflow for errors without executing it. Identifies missing nodes, broken connections, invalid indices, and missing models, returning a list of errors and warnings.
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) |