curl --request GET \
--url https://api.comfy.org/publishers/{publisherId}/nodes/v2 \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"nodes": [
{
"author": "<string>",
"banner_url": "<string>",
"category": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"downloads": 123,
"github_stars": 123,
"icon": "<string>",
"id": "<string>",
"latest_version": {
"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>"
},
"license": "<string>",
"name": "<string>",
"preempted_comfy_node_names": [
"<string>"
],
"publisher": {
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"logo": "<string>",
"members": [
{
"id": "<string>",
"role": "<string>",
"user": {
"email": "<string>",
"id": "<string>",
"name": "<string>"
}
}
],
"name": "<string>",
"source_code_repo": "<string>",
"status": "PublisherStatusActive",
"support": "<string>",
"website": "<string>"
},
"rating": 123,
"repository": "<string>",
"search_ranking": 123,
"status": "NodeStatusActive",
"status_detail": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"tags": [
"<string>"
],
"tags_admin": [
"<string>"
],
"translations": {}
}
],
"page": 123,
"total": 123,
"totalPages": 123
}curl --request GET \
--url https://api.comfy.org/publishers/{publisherId}/nodes/v2 \
--header 'Authorization: Bearer <token>'{
"limit": 123,
"nodes": [
{
"author": "<string>",
"banner_url": "<string>",
"category": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"downloads": 123,
"github_stars": 123,
"icon": "<string>",
"id": "<string>",
"latest_version": {
"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>"
},
"license": "<string>",
"name": "<string>",
"preempted_comfy_node_names": [
"<string>"
],
"publisher": {
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"logo": "<string>",
"members": [
{
"id": "<string>",
"role": "<string>",
"user": {
"email": "<string>",
"id": "<string>",
"name": "<string>"
}
}
],
"name": "<string>",
"source_code_repo": "<string>",
"status": "PublisherStatusActive",
"support": "<string>",
"website": "<string>"
},
"rating": 123,
"repository": "<string>",
"search_ranking": 123,
"status": "NodeStatusActive",
"status_detail": "<string>",
"supported_accelerators": [
"<string>"
],
"supported_comfyui_frontend_version": "<string>",
"supported_comfyui_version": "<string>",
"supported_os": [
"<string>"
],
"tags": [
"<string>"
],
"tags_admin": [
"<string>"
],
"translations": {}
}
],
"page": 123,
"total": 123,
"totalPages": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of nodes to return per page
Page number of the nodes list
Number of nodes to return per page
List of all nodes
Maximum number of nodes per page
Show child attributes
URL to the node's banner.
DEPRECATED: The category of the node. Use 'tags' field instead. This field will be removed in a future version.
The date and time when the node was created
The number of downloads of the node.
Number of stars on the GitHub repository.
URL to the node's icon.
The unique identifier of the node.
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.
The path to the LICENSE file in the node's repository.
The display name of the node.
A list of Comfy node names that are preempted by this node.
Show child attributes
The date and time the publisher was created.
The unique identifier for the publisher. It's akin to a username. Should be lowercase.
URL to the publisher's logo.
A list of members in the publisher.
Show child attributes
The unique identifier for the publisher member.
The role of the user in the publisher.
PublisherStatusActive, PublisherStatusBanned The average rating of the node.
URL to the node's repository.
A numerical value representing the node's search ranking, used for sorting search results.
NodeStatusActive, NodeStatusDeleted, NodeStatusBanned The status detail of the node.
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
Current page number
Total number of nodes available
Total number of pages available
Was this page helpful?