validate_workflow
Check a ComfyUI workflow for errors and warnings without running it. Detect missing node types, broken connections, invalid output indices, and missing models.
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 |
|---|---|---|---|
| health | No | Include graph-health heuristics (disconnected nodes, duplicate model loads, orphaned branches, muted/bypassed nodes) as info/warning issues plus a structured health section. Never affects `valid`. | |
| workflow | Yes | ComfyUI workflow in API format (JSON string or object) |