comfy_get_model_info
Retrieve the input and output schema for any ComfyUI node type to understand its configuration and integration requirements.
Instructions
Get node schema for a model-related node type.
Returns the node's input/output definition from ComfyUI's object_info, not model file metadata.
Args: node_type: The node class type to inspect (e.g., "CheckpointLoaderSimple")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |