Get Started
- Introduction
- Installation
- Getting Started
Core Concepts
- Workflow
- Models
- Custom Nodes
- ComfyUI Server
Advanced Examples
Develop Custom Nodes
- Overview
- Walkthrough
- Server side (Python)
- Client side (Javascript)
- Workflow templates
Registry
Specifications
- Workflow JSON
Community
Tips and tricks
Retrieves a list of nodes
Returns a paginated list of nodes across all publishers.
Query Parameters
Page number of the nodes list
Number of nodes to return per page
Number of nodes to return per page
Response
Maximum number of nodes per page
The category of the node.
The number of downloads of the node.
URL to the node's icon.
The unique identifier of the node.
Summary of changes made in this version
UI category where the node is listed, used for grouping nodes.
Unique identifier for the node
Indicates if the node is deprecated. Deprecated nodes are hidden in the UI.
Brief description of the node's functionality or purpose.
Indicates if the node is experimental, subject to changes or removal.
Name of the entry-point function to execute the node.
Defines input parameters
Boolean values indicating if each output is a list.
Names of the outputs for clarity in workflows.
Specifies the types of outputs produced by the node.
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
The reason for the status change.
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.
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.
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.
NodeStatusActive
, NodeStatusDeleted
, NodeStatusBanned
The status detail of the node.
Current page number
Total number of nodes available
Total number of pages available
Was this page helpful?