v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
Registry

Retrieve a specific version of a node

get/nodes/{nodeId}/versions/{versionId}

Path parameters

nodeIdstring required
versionIdstring required

The version of the node. (Not a UUID).

Response

Detailed information about a specific node version

changelogstring

Summary of changes made in this version

comfy_node_extract_statusstring

The status of comfy node extraction process.

createdAtstring date-time

The date and time the version was created.

dependenciesstring[]

A list of pip dependencies required by the node.

deprecatedboolean

Indicates if this version is deprecated.

downloadUrlstring

[Output Only] URL to download this version of the node

idstring
node_idstring

The unique identifier of the node.

status'NodeVersionStatusActive' | 'NodeVersionStatusDeleted' | 'NodeVersionStatusBanned' | 'NodeVersionStatusPending' | 'NodeVersionStatusFlagged'
status_reasonstring
supported_acceleratorsstring[]

List of accelerators (e.g. CUDA, DirectML, ROCm) that this node supports

supported_comfyui_frontend_versionstring

Supported versions of ComfyUI frontend

supported_comfyui_versionstring

Supported versions of ComfyUI

supported_osstring[]

List of operating systems that this node supports

tagsstring[]
tags_adminstring[]

Admin-only tags for security warnings and admin metadata

versionstring

The version identifier, following semantic versioning. Must be unique for the node.