validate_workflow
Validate a ComfyUI workflow for correctness without executing it: checks that node classes exist, required inputs are connected, connections are type-compatible, and an output node is present.
Instructions
Validate a workflow for correctness without executing it.
Checks: all node class_types exist, required inputs connected, connection type compatibility, output node exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | The workflow to validate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||