get_node_info
Fetch input/output schema for ComfyUI node classes, including slot names, types, widget defaults, combo choices, and tooltips. Batch multiple class types in one call.
Instructions
Full input/output schema for node classes: slot names, types, widget defaults/ranges, combo choices, tooltips.
BATCH your lookups: pass class_types=["A", "B", "C"] to fetch many in ONE call (returns {class_type: schema}) instead of one call per node. A single class_type=... still returns that one node's schema directly.
Long combo lists (fonts, model files...) are capped at 24 choices by default; to browse the rest, pass choices_filter='substring' (case-insensitive, applies to every combo of the node) and/or max_choices=N to raise the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_type | No | ||
| class_types | No | ||
| max_choices | No | ||
| choices_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||