Skip to content

Interface Guide

Learn about the ComfyUI interface layout and basic operations.

Interface Overview

┌─────────────────────────────────────────────────────────────┐
│  Menu Bar                                                    │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│                                                              │
│                    Canvas Area                               │
│                   (Node Editor)                              │
│                                                              │
│                                                              │
│                                                              │
├─────────────────────────────────────────────────────────────┤
│  Status Bar                                                  │
└─────────────────────────────────────────────────────────────┘

Sidebar (Toggle):
┌──────────┐
│ Node List │
│ Search    │
└──────────┘

Main Areas

MenuDescription
FileNew, Open, Save, Import, Export
EditUndo, Redo, Copy, Paste, Delete
ViewZoom, Grid, Sidebar
SettingsPreferences, Extensions

Canvas Area

The main workspace where you create and connect nodes.

Operations:

  • Scroll: Zoom in/out
  • Middle Mouse Drag: Pan canvas
  • Click Node: Select
  • Drag Node: Move position
  • Drag Connection: Connect nodes

Toggle with the button on the left edge:

  • Node Library: Search and add nodes
  • Workflow: Load/save workflows

Node Operations

Adding Nodes

Method 1: Double-click canvas

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

Method 2: Right-click menu

  1. Right-click canvas
  2. Select "Add Node"
  3. Browse categories

Connecting Nodes

  1. Click output port (bottom of node)
  2. Drag to input port (top of target node)
  3. Release to connect

Connection Colors:

ColorType
OrangeModel
BlueCLIP
GreenLatent
GrayImage

Deleting Nodes

  • Delete Key: Remove selected nodes
  • Right-click: Context menu → Delete

Workflow Management

Saving Workflow

Ctrl + S or File → Save

Loading Workflow

Ctrl + O or File → Open

Workflow Format

  • .json: Standard ComfyUI format
  • .PNG: Embedded in image metadata

Keyboard Shortcuts

ShortcutAction
Ctrl + SSave
Ctrl + ZUndo
Ctrl + YRedo
Ctrl + CCopy
Ctrl + VPaste
Ctrl + ASelect All
DeleteDelete
Space + DragPan canvas
Ctrl + Mouse WheelZoom

Queue System

Generate Queue

ButtonFunction
Queue PromptGenerate current workflow
Clear QueueClear pending tasks

Batch Generation

Set batch_size in EmptyLatentImage node to generate multiple images.

Settings

Access via Settings menu or right-click canvas:

  • Theme: Light/Dark mode
  • Quality: Preview resolution
  • VRAM: Memory optimization
  • Extensions: Manage plugins

Common Operations

Center View

Double-click empty canvas or press Home key.

Zoom to Fit

Press Ctrl + 0 or right-click → Fit View.

Search Nodes

Press Ctrl + F and type node name.

Next Steps