get_node_info
Retrieve detailed configuration information for ComfyUI workflow nodes, including input requirements, output types, and functional descriptions to properly set up nodes.
Instructions
Get detailed info about a node.
Args:
node_name: Node class name (e.g., 'RemoteCheckpointLoader_fal')
Returns node information including:
- input: Required and optional inputs with types
- output: Output types
- category: Node category
- description: What the node does
Use this to understand how to configure a node in a workflow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | Yes | Exact node class name |