
Editor surface
The editor has six concurrent surfaces.
A stats panel at bottom-left shows
T (run time), I (iteration), N (nodes / selected), V (views), and FPS.
Inner side toolbar
Six icons stacked vertically against the canvas:- Library, the Model Library palette (Audio / Image / Video / LLM / Task).
- Assets, the Assets palette (Save / Load Image, Save Audio (FLAC / MP3 / Opus), Load 3D & Animation, Preview 3D & Animation).
- Toolbox, image / LLM / video tools plus Comfy Library entries.
- Comfy Library, the full Comfy node tree (Audio, latent, image, …).
- Undo (
Cmd+Z). - Redo (
Cmd+Shift+Z).
Model Library
The default palette has five category tabs.Audio

Only WAV and MP3 file formats are supported for audio uploads.
Image

Video

LLM

Task

Assets palette

GMI Official vs ComfyUI nodes
GMI Official nodes wrap each model behind a clean input / output surface and run on managed infrastructure. ComfyUI nodes are sourced directly from the upstream Comfy repo for users who need lower-level building blocks.
Right inspector, per node
Click a node and the right inspector opens with three tabs.Parameters

model, prompt, temperature, max_tokens, system prompt, image_url, video_url. Each row has a ⋮ menu to favorite the input (it then shows up at Workflow Overview > Parameters).
Info

Settings

- Node state:
Normal,Bypass,Mute. - Node color: 10 preset swatches.
- Pinned: toggle.
Selected node toolbar
Clicking a node header pops a contextual toolbar above it.
Node “More” menu

Ctrl+C, Duplicate Ctrl+D, Clone, Run Branch, Pin, Bypass Ctrl+B, Convert to Subgraph, Minimize Node, Collapse, Resize, Node Info, Color, Shape, Extensions.
Widget right-click
Right-clicking a widget input (e.g.image_url) exposes widget-level actions:

Workflow Overview
Click the canvas background with no node selected and the inspector switches to Workflow Overview with three tabs.Parameters

⋮ on any input to add it here.”
Nodes

Global Settings

- NODES: Show advanced parameters, Show toolbox on selection, Nodes 2.0.
- CANVAS: Grid spacing (default 10), Snap nodes to grid.
- CONNECTION LINKS: Link shape, Show connected links.
- View all settings opens the full app settings.
Wiring nodes
Each node exposes:- Output sockets on the right edge, coloured dots labelled by their data type (
IMAGE,MASK,LATENT,STRING,content, …). - Input sockets or widgets on the left edge, either small dots for raw inputs, or full-width widget bars (
image_url,video_url,model,prompt) that double as both editable widget and connection point.


Canvas right-click menu
Right-click on empty canvas to add nodes, groups, paste, or save selections as templates.
- Add Node (submenu of every node category)
- Add Group
- Paste
- Manage Group Nodes
- Add Group For Selected Nodes
- Save Selected as Template (becomes a Blueprint, see Library, Search & Blueprints)
- Node Templates
Top bar
- Workflow name, click the breadcrumb to rename.
- Saved a few seconds ago live save indicator (auto-save fires on every change).
- save, force-save now.
- Run, execute the entire workflow.
Bottom-right controls
- Cursor mode: selection vs pan.
- Fit-to-view (crosshair): re-frames the canvas around every node.
- Zoom %: preset zoom levels.
- Minimap toggle: show or hide the floating minimap.
- Hide overlays: temporarily clear UI overlays for a clean canvas.
Next steps
- Library, Search & Blueprints for the universal node search.
- Running a Workflow to execute and retrieve outputs.
- Per-node docs: Image Nodes, Video Nodes, LLM Node.