curl --request GET \
--url https://api.comfy.org/nodes/{nodeId}/versions/{version}/comfy-nodes{
"comfy_nodes": [
{
"category": "<string>",
"comfy_node_name": "<string>",
"deprecated": true,
"description": "<string>",
"experimental": true,
"function": "<string>",
"input_types": "<string>",
"output_is_list": [
true
],
"policy": "ComfyNodePolicyActive",
"return_names": "<string>",
"return_types": "<string>"
}
],
"totalNumberOfPages": 123
}curl --request GET \
--url https://api.comfy.org/nodes/{nodeId}/versions/{version}/comfy-nodes{
"comfy_nodes": [
{
"category": "<string>",
"comfy_node_name": "<string>",
"deprecated": true,
"description": "<string>",
"experimental": true,
"function": "<string>",
"input_types": "<string>",
"output_is_list": [
true
],
"policy": "ComfyNodePolicyActive",
"return_names": "<string>",
"return_types": "<string>"
}
],
"totalNumberOfPages": 123
}The page number to retrieve.
The number of items to include per page.
Comy Nodes obtained successfully
Show child attributes
UI category where the node is listed, used for grouping nodes.
Unique identifier for the node
Indicates if the node is deprecated. Deprecated nodes are hidden in the UI.
Brief description of the node's functionality or purpose.
Indicates if the node is experimental, subject to changes or removal.
Name of the entry-point function to execute the node.
Defines input parameters
Boolean values indicating if each output is a list.
ComfyNodePolicyActive, ComfyNodePolicyBanned, ComfyNodePolicyLocalOnly Names of the outputs for clarity in workflows.
Specifies the types of outputs produced by the node.
Was this page helpful?