Skip to content

Node Operations

Learn how to add, connect, and manage nodes in ComfyUI.

Adding Nodes

Method 1: Double-click Canvas

  1. Double-click empty area on canvas
  2. Type node name (e.g., "Checkpoint")
  3. Select from dropdown results

Method 2: Right-click Menu

  1. Right-click on canvas
  2. Select "Add Node"
  3. Browse categories
  4. Click to add

Press Ctrl+Space or click search icon:

  1. Type node name
  2. Select from results
  3. Node appears on canvas

Node Categories

Model Loading

NodeDescription
CheckpointLoaderLoad SD model
CheckpointLoaderSDXLLoad SDXL model
VAELoaderLoad VAE model
LoraLoaderLoad LoRA model

Sampling

NodeDescription
KSamplerMain sampler
KSamplerAdvancedAdvanced sampler with more options
SamplerCustomCustom sampling

Image Operations

NodeDescription
LoadImageLoad image file
SaveImageSave image
ImageScaleScale image
ImagePadPad image

Connecting Nodes

Connection Rules

Output TypeCompatible Input
MODELModel input (KSampler)
CLIPCLIP input (TextEncode)
LATENTLatent input (KSampler, VAE)
IMAGEImage input (VAEEncode, SaveImage)

Connect Steps

  1. Click output port (bottom circle)
  2. Drag to input port (top circle)
  3. Release to connect
  4. Connection changes color based on type

Connection Colors

ColorType
OrangeModel
BlueCLIP
GreenLatent
GrayImage

Disconnect

Click on connection line and press Delete, or drag connection away.

Node Properties

Click Node

Single click to select node.

Open Properties

Double-click node or right-click → Properties.

Common Properties

PropertyDescription
SeedRandom seed for generation
StepsSampling steps
CFGGuidance scale
Width/HeightOutput dimensions

Moving and Arranging

Move Node

Click and drag node to move.

Multi-select

  • Shift+Click: Add to selection
  • Ctrl+Click: Toggle selection
  • Ctrl+A: Select all
  • Drag to create selection box

Align Nodes

Right-click → Align → Select alignment type.

Grouping

Create Group

  1. Select multiple nodes
  2. Right-click → Group
  3. Name the group

Group Operations

OperationDescription
MinimizeCollapse group
ColorSet group color
TitleSet group title

Searching Nodes

Press Ctrl+F:

  1. Type node name
  2. Results appear instantly
  3. Click to add

Filter by Category

popular:        # Popular nodes
model:          # Model loading
sampler:        # Sampling nodes
image:          # Image operations

Deleting Nodes

MethodAction
KeyboardSelect + Delete
Context MenuRight-click → Delete
DisconnectRemove all connections first

Copy and Paste

Copy

Ctrl+C: Copy selected nodes

Paste

Ctrl+V: Paste nodes (offset position)

Duplicate

Ctrl+D: Duplicate selected nodes

Node Colors

Color Coding

ColorMeaning
DefaultNormal node
GreenInput (source)
RedOutput (destination)
YellowSelected

Custom Colors

Right-click → Color → Select color.

Troubleshooting

Q: Cannot connect nodes

A: Check if port types are compatible. Connection will only form between compatible types.

A: Type more characters or check spelling. Some nodes require custom installation.

Q: Node disappeared

A: Use Ctrl+F to search. Check if accidentally deleted.

Next Steps