describe_node
Retrieve a node type's inputs, valid values, and outputs to configure and validate ComfyUI workflows before execution.
Instructions
Look up one node type: its inputs, their valid values, and what it outputs.
Use before wiring a node in with add_workspace_node, or to check allowed combo values (sampler names, schedulers, model files) before passing them to run_workflow. find_node_types is how you get the class_type in the first place.
Args: class_type: the node's class name, e.g. 'KSampler'. full: return the raw /object_info entry instead of the summary. Combo option lists are complete there and can be very large - one node on this install measures 199k characters - so only ask when a truncated option list is actually the problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| class_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||