Earngenix Logo
Skip to main content

ComfyUI Tutorial · Beginner Friendly · Updated 2026

ComfyUI Interface Guide: Menu Bar, Side Panel & More Explained

A complete walkthrough of the ComfyUI interface — updated for the new v0.2.0+ UI. Learn every section step by step so you can start building workflows with confidence.

By Earngenix Team10 min read
ComfyUI interface overview — the full new UI showing menu bar, side panel, canvas, and bottom toolbar

Introduction to the ComfyUI Interface

Updated for 2026: ComfyUI v0.2.0 introduced a redesigned interface with a new menu layout, multi-language support, and an improved side panel. This guide covers the new UI. If you are on an older version, you can switch back via Settings → Comfy → Menu → Use New Menu: Disabled.

Getting started with ComfyUI is much easier once you understand the layout. The interface is built around a node-based canvas where you connect nodes to build workflows — but the menus, panels, and controls around that canvas are just as important to know.

This guide walks through every main section of the ComfyUI interface step by step: the top menu bar, the left side panel, the bottom toolbar, the run and queue controls, and the canvas navigation tools.

💡 Tip: If you haven't installed ComfyUI yet, start with the ComfyUI installation guide first.

ComfyUI Interface Overview

The ComfyUI interface (v0.2.0+) is divided into six main areas. The diagram below shows how they are arranged. Each area is explained in detail in the sections that follow.

① Menu Bar② Side Panel③ Canvas / Workflow Area④ Bottom Toolbar (Logs · Console · Shortcuts · Settings)⑤ Run / Queue⑥ Canvas Controls (Navigation · Minimap · Hide Links)
Diagram: Annotated layout of the ComfyUI interface (v0.2.0+ new UI). Click screenshots below for full-size views.
ComfyUI full interface screenshot showing the menu bar, side panel, canvas area, and bottom toolbar in the new v0.2.0 UI
The ComfyUI interface (new UI, v0.2.0+) — menu bar at top, left side panel, workflow canvas, and bottom toolbar

Here is a summary of the six main areas:

① Menu Bar

Top of the interface. Access file operations, workflow management, extensions, and settings.

② Left Side Panel

Queue, Nodes, Models, Workflows, and Templates — everything you need to build.

③ Canvas Area

The main workspace where you add, connect, and arrange nodes to build workflows.

④ Bottom Toolbar

Logs, Console, Shortcuts, and Settings — useful for debugging and preferences.

⑤ Run / Queue Controls

Run your workflow, manage the queue, and switch run modes (once, instant, on-change).

⑥ Canvas Controls

Navigation tools, minimap, hide-links toggle, and fit-view at the bottom right.

ComfyUI Menu Bar

The menu bar runs across the top of the ComfyUI interface. It gives you quick access to workflow management, extensions, and global settings. In the new UI (v0.2.0+), the menu bar has been reorganised — the Manager button that was previously in the top toolbar is now accessible via the menu.

ComfyUI menu bar showing the main menu options including workflow tabs, the ComfyUI icon menu, and settings
The ComfyUI menu bar (new UI) — workflow tabs, ComfyUI icon menu, and settings gear icon

What's in the menu bar

  • Manage Extensions (Manager): Install, update, and manage custom nodes. In v0.2.0+, access this via the main menu or the Plugin icon in the top bar — not the old top-left toolbar button.
  • Unload Models: Free up GPU memory by unloading models currently loaded in VRAM — useful between different workflow types.
  • Show Favorites: View your starred/favourite custom nodes in one place for quick access.
  • Share: Share your current workflow with the ComfyUI community or export it.
  • New Workflow (+ icon): Start a blank workflow in a new tab. The new UI supports multiple workflow tabs open at the same time, each with independent undo/redo history.
  • Workflow Tabs: Switch between multiple open workflows. Each tab remembers its own state independently.

ComfyUI Icon Menu

Clicking the ComfyUI icon in the top bar opens a dropdown with additional options: create new workspaces, file operations, edit, view, theme switching, settings, and extension management.

ComfyUI icon dropdown menu showing workspace, file, edit, view, theme, settings, and extensions options
The ComfyUI icon dropdown — workspace and file management, themes, and extension options

Settings

The Settings panel (gear icon, top-right or bottom toolbar) lets you change language, toggle developer mode, switch between new and old UI, adjust theme, and configure other preferences.

ComfyUI settings panel showing language selection under Comfy > Locale, and Use New Menu toggle under Comfy > Menu
ComfyUI Settings — language is under Comfy > Locale; switch to old UI under Comfy > Menu

Manager location in the new UI

ComfyUI Manager panel open showing the Install Custom Nodes, Install Models, and Update All options
The ComfyUI Manager — access via Menu > Manage Extensions in the new UI (v0.2.0+)
⚠️ Note: In ComfyUI v0.4 and later, the Manager button was moved from the top-left toolbar. If you cannot find it, go to Menu → Manage Extensions or look for the Plugin icon in the top bar.

ComfyUI Side Panel

The left side panel is one of the most useful parts of the ComfyUI interface. It gives you direct access to your queue, nodes, models, saved workflows, and starter templates — all without leaving the canvas.

ComfyUI left side panel showing the tabs for Queue, Nodes, Models, Workflows, and Templates
The ComfyUI side panel — switch between Queue, Nodes, Models, Workflows, and Templates using the icons on the left edge

Side panel tabs explained

  • Queue: Shows all currently pending and completed generation tasks. You can see what's running, what's queued, and clear completed items from here.
  • Nodes (Node Library): Browse and search all available nodes — both ComfyUI core nodes and any installed custom nodes. Drag a node from the panel directly onto the canvas to add it.
  • Models (Model Library): Displays all model files detected in your ComfyUI/models directory at startup. After downloading new models, press the R key to refresh and see them here.
  • Workflows: Shows your locally saved workflows. Open, rename, duplicate, or delete saved workflows directly from this panel.
  • Templates: Built-in ComfyUI workflow templates to get started quickly — covers images, videos, audio processing, upscaling, ControlNet, and more.
💡 Tip: After downloading new models, you don't need to restart ComfyUI. Just press R on the canvas to refresh the model list — your new models will appear immediately in the Model Library panel and in node dropdowns.

Bottom Toolbar: Logs, Console, Shortcuts & Settings

The bottom toolbar (bottom-left of the interface) is where you access debugging tools, keyboard shortcuts, and settings. It is especially useful for troubleshooting workflow errors.

ComfyUI bottom toolbar showing the Help, Console/Logs, Shortcuts, and Settings icons
The ComfyUI bottom toolbar — contains Docs/Help, Console (Logs), Shortcuts, and Settings

Docs and Releases (? icon)

Opens the official ComfyUI documentation and shows the latest release notes. Useful for checking what changed in a recent update.

ComfyUI help and docs icon in the bottom toolbar opening the documentation panel
The ? icon opens documentation and release notes

Logs / Console

The Logs panel shows real-time output from the ComfyUI server — model loading, generation progress, errors, and warnings. This is the first place to look when something goes wrong. Red entries indicate errors; yellow entries are warnings.

ComfyUI logs panel showing real-time server output including model loading messages and generation progress
The ComfyUI Logs panel — check here first when a workflow fails or a node shows an error
💡 Tip: If a node turns red or a workflow fails to run, open the Logs panel immediately. The error message will usually tell you exactly which model is missing or which node has a configuration problem. See the ComfyUI Troubleshooting Guide for a full list of common errors.

Keyboard Shortcuts

Opens a panel listing all available keyboard shortcuts. Learning the most common ones — like Ctrl+Enter to run, Space to pan, and R to refresh models — will significantly speed up your workflow.

ComfyUI keyboard shortcuts panel showing all available hotkeys for navigation, workflow control, and node management
The ComfyUI Shortcuts panel — a full list of keyboard shortcuts for faster workflow building

Run Operations and Canvas Controls

The run controls are in the top-right area of the interface (the "Right Control Area"). Canvas navigation tools are at the bottom-right of the workspace. Together they let you control workflow execution and navigate the canvas.

ComfyUI run operations area showing the Run Workflow button, Cancel button, and queue management controls
The Run / Queue controls — top right of the ComfyUI interface

Run Workflow

The primary Run button starts your workflow. It queues one generation. There are also two additional run modes accessible from the dropdown next to the button:

ComfyUI run mode options showing Run Once, Instant Run (continuous), and Run On Change dropdown options
Run modes: Run Once (default), Instant Run (continuous until cancelled), Run On Change (auto-runs on any edit)
  • Run Once: Queues a single generation and stops. The default mode.
  • Instant Run: Continuously generates in a loop until you click Cancel. Useful for live previewing prompt or seed changes.
  • Run On Change: Automatically re-runs the workflow whenever you change a node value. Great for fast iteration on small adjustments.

Cancel

Stops the current generation immediately and clears all pending items from the queue. Use this if you notice a mistake in your workflow and want to stop without waiting for the current run to finish.

Canvas Navigation Tools

  • Hand Tool: Switch the cursor to pan mode, so clicking and dragging moves around the canvas instead of selecting nodes.
  • Fit View: Resets the canvas zoom so all nodes in the current workflow are visible at once. Useful when you have a large workflow and lose track of where you are.

Focus Mode

Focus Mode hides the menu bar and side panel to give you the full screen for the workflow canvas. This is helpful when building complex workflows that need a lot of space.

ComfyUI in Focus Mode with the menu bar and side panel hidden, showing only the workflow canvas
Focus Mode hides the menu and side panel — press Escape or click the button again to exit

Hide Links

Hides the connection lines (wires) between nodes for a cleaner view. The connections still exist and the workflow still runs correctly — they are just visually hidden. Useful when the canvas becomes cluttered with many nodes.

ComfyUI canvas with Hide Links enabled showing nodes without visible connection wires for a cleaner layout
Hide Links removes the visual wires between nodes — connections are still active

New Interface vs Old Interface

Since ComfyUI v0.2.0, the new interface is enabled by default. If you are following an older tutorial or prefer the classic layout, you can switch back. Here is a comparison of the two:

FeatureNew Interface (v0.2.0+)Old Interface
Language supportEnglish, Chinese, Russian, French, Japanese, KoreanEnglish only
Manager locationMenu > Manage Extensions (top menu or plugin icon)Top toolbar button
Side panelCollapsible left panel with Queue, Nodes, Models, Workflows, TemplatesBasic right-side panel
Workflow tabsMultiple workflow tabs, undo/redo per tabSingle workflow at a time
Bottom toolbarLogs, Console, Shortcuts, SettingsMinimal, no dedicated toolbar
Canvas controlsMinimap, hide links, navigation buttonsBasic navigation only
Switch back?Settings > Comfy > Menu > Use New Menu: Disabled
How to switch back to the old interface: Click the Settings gear icon → navigate to Comfy → Menu → set Use New Menu to Disabled. Note: the old interface only supports English.

Frequently Asked Questions

The ComfyUI interface (v0.2.0+) has six main areas: the top Menu Bar, the Left Side Panel (Queue, Nodes, Models, Workflows, Templates), the main Canvas Area, the Bottom Toolbar (Logs, Console, Shortcuts, Settings), the Run/Queue controls (top-right), and the Canvas Navigation Controls (bottom-right).

In ComfyUI v0.2.0 and later, go to Menu > Manage Extensions in the top menu bar, or look for the Plugin icon in the top bar. In older versions, the Manager button appeared directly in the top toolbar. The location changed in the v0.4 update.

Click the Settings gear icon in the bottom toolbar, navigate to Comfy > Menu, and set 'Use New Menu' to Disabled. The old interface will load on the next refresh. Note that the old interface only supports English.

Focus Mode hides the menu bar and the left side panel to give you the maximum canvas area for your workflow. It is useful when building complex workflows with many nodes. Press Escape or click the Focus Mode button again to return to the normal view.

Click the Settings gear icon, then go to Comfy > Locale and select your preferred language. ComfyUI's new interface supports English, Chinese, Russian, French, Japanese, and Korean. The old menu interface only supports English.

Discussion

Join the discussion

Sign in to leave a comment or reply

💬

No comments yet

Be the first to share your thoughts!