validate_workflow
Validate a ComfyUI workflow without executing it. Detect missing node types, broken connections, invalid outputs, and missing models. Returns errors and warnings to identify and fix issues.
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) |