v1

latestOpenAPI 3.0.22026-07-17412169.2 KB
ComfyNodes

get specify comfy-node based on its id

get/nodes/{nodeId}/versions/{version}/comfy-nodes/{comfyNodeId}

Path parameters

nodeIdstring required
versionstring required
comfyNodeIdstring required

Response

Comy Nodes created successfully

comfy_node_idstring

Unique identifier for the node

categorystring

UI category where the node is listed, used for grouping nodes.

descriptionstring

Brief description of the node's functionality or purpose.

input_typesstring

Defines input parameters

deprecatedboolean

Indicates if the node is deprecated. Deprecated nodes are hidden in the UI.

experimentalboolean

Indicates if the node is experimental, subject to changes or removal.

output_is_listboolean[]

Boolean values indicating if each output is a list.

return_namesstring

Names of the outputs for clarity in workflows.

return_typesstring

Specifies the types of outputs produced by the node.

functionstring

Name of the entry-point function to execute the node.