v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
Registry

Returns a node version to be installed.

Retrieves the node data for installation, either the latest or a specific version.

get/nodes/{nodeId}/install

Path parameters

nodeIdstring required

The unique identifier of the node.

Query parameters

versionstring

Specific version of the node to retrieve. If omitted, the latest version is returned.

Response

Node data returned successfully.

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.