v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
Registry

Update a specific comfy-node

put/nodes/{nodeId}/versions/{version}/comfy-nodes/{comfyNodeName}

Path parameters

nodeIdstring required
versionstring required
comfyNodeNamestring required

Request body

categorystring

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

deprecatedboolean

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

descriptionstring

Brief description of the node's functionality or purpose.

experimentalboolean

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

functionstring

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

input_typesstring

Defines input parameters

output_is_listboolean[]

Boolean values indicating if each output is a list.

policy'ComfyNodePolicyActive' | 'ComfyNodePolicyBanned' | 'ComfyNodePolicyLocalOnly'
return_namesstring

Names of the outputs for clarity in workflows.

return_typesstring

Specifies the types of outputs produced by the node.

Response

Comfy Node updated successfully

categorystring

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

comfy_node_namestring

Unique identifier for the node

deprecatedboolean

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

descriptionstring

Brief description of the node's functionality or purpose.

experimentalboolean

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

functionstring

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

input_typesstring

Defines input parameters

output_is_listboolean[]

Boolean values indicating if each output is a list.

policy'ComfyNodePolicyActive' | 'ComfyNodePolicyBanned' | 'ComfyNodePolicyLocalOnly'
return_namesstring

Names of the outputs for clarity in workflows.

return_typesstring

Specifies the types of outputs produced by the node.