curl --request GET \
--url https://api.comfy.org/versions{
"page": 123,
"pageSize": 123,
"total": 123,
"totalPages": 123,
"versions": [
{
"changelog": "<string>",
"comfy_node_extract_status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dependencies": [
"<string>"
],
"deprecated": true,
"downloadUrl": "<string>",
"id": "<string>",
"node_id": "<string>",
"status": "NodeVersionStatusActive",
"status_reason": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"tags": [
"<string>"
],
"tags_admin": [
"<string>"
],
"version": "<string>"
}
]
}curl --request GET \
--url https://api.comfy.org/versions{
"page": 123,
"pageSize": 123,
"total": 123,
"totalPages": 123,
"versions": [
{
"changelog": "<string>",
"comfy_node_extract_status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dependencies": [
"<string>"
],
"deprecated": true,
"downloadUrl": "<string>",
"id": "<string>",
"node_id": "<string>",
"status": "NodeVersionStatusActive",
"status_reason": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"tags": [
"<string>"
],
"tags_admin": [
"<string>"
],
"version": "<string>"
}
]
}NodeVersionStatusActive, NodeVersionStatusDeleted, NodeVersionStatusBanned, NodeVersionStatusPending, NodeVersionStatusFlagged The page number to retrieve.
The number of items to include per page.
search for status_reason, case insensitive
List of all node versions
Current page number
Maximum number of node versions per page. Maximum is 100.
Total number of node versions available
Total number of pages available
Show child attributes
Summary of changes made in this version
The status of comfy node extraction process.
The date and time the version was created.
A list of pip dependencies required by the node.
Indicates if this version is deprecated.
[Output Only] URL to download this version of the node
The unique identifier of the node.
NodeVersionStatusActive, NodeVersionStatusDeleted, NodeVersionStatusBanned, NodeVersionStatusPending, NodeVersionStatusFlagged List of accelerators (e.g. CUDA, DirectML, ROCm) that this node supports
Supported versions of ComfyUI frontend
Supported versions of ComfyUI
List of operating systems that this node supports
Admin-only tags for security warnings and admin metadata
The version identifier, following semantic versioning. Must be unique for the node.
Was this page helpful?