Skip to main content

ComfyUI Node Reference

This documentation covers all 1110 nodes across 11 packages supported by cmfy.cloud.

Packages

PackageNodes
ComfyUI API Nodes119
ControlNet Auxiliary64
ComfyUI Core62
ComfyUI Essentials62
ComfyUI Extras322
Impact Pack197
IPAdapter Plus30
KJNodes193
Video Helper Suite36
rgthree-comfy24
WebSocket Image Save1

Package Categories and Billing

Nodes are organized into different packages based on their source and functionality:

Local Processing Nodes

Most packages contain nodes that run entirely on the GPU allocated to your job. These include:

  • ComfyUI Core - Built-in nodes for image generation, sampling, and model loading
  • ComfyUI Extras - Additional built-in utilities and specialized nodes
  • Custom node packs - Community-contributed nodes that extend ComfyUI functionality

For these nodes, you are billed only for cmfy.cloud GPU runtime.

API Nodes (External Services)

The ComfyUI API Nodes package provides access to external AI services through comfy.org's credential system. When using these nodes:

Dual Billing
  1. comfy.org bills you for the external API usage (OpenAI, Runway, Stability, Kling, etc.)
  2. cmfy.cloud bills you for GPU runtime while the workflow executes

Ensure you have appropriate credits in both systems before using API nodes.

Finding Nodes

Use the search bar in the navigation to find specific nodes by name. Nodes are organized by package, and each package page lists nodes grouped by category.

Node Documentation Format

Each node page includes:

  • Category - The node's category in the ComfyUI menu
  • Description - What the node does
  • Inputs - All input parameters with types, constraints, and default values
  • Outputs - All outputs with their types

Input Types

  • Connection types (MODEL, CLIP, LATENT, etc.) - Connect to other node outputs
  • Primitive types (INT, FLOAT, STRING, BOOLEAN) - Direct values or widget inputs
  • ENUM - Dropdown selection from predefined options

Badges

  • deprecated - Node is deprecated and may be removed in future versions
  • experimental - Node is experimental and may change
  • output - Node produces final outputs (like SaveImage)
Was this page helpful?