comfy_get_node_info
Retrieve detailed normalized info for any ComfyUI node type, including inputs, outputs, and schema version, to enable automated workflow building and validation.
Instructions
Get detailed normalized info about a specific node type.
Returns a NodeSchema-shaped payload: class_type, category, description, inputs (with name/type/required/constraints/is_link_target per input), outputs, is_output_node, schema_version ('v1' or 'v3').
Args: node_type: The node type name to get info for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |