curl --request GET \
--url https://api.comfy.org/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>"
}
],
"total": 123
}curl --request GET \
--url https://api.comfy.org/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>"
}
],
"total": 123
}Page number (1-based indexing)
Filter by node ID
Filter by node version
Filter by ComfyUI node name
OK
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.
Total number of comfy nodes
Was this page helpful?