Canvas Basics
Orient yourself in the CodefyUI canvas — the node palette, type-safe ports and edges, config panel, and results panel.
Your First Graph
Build and run a minimal pipeline, and learn why every graph needs a Start node to drive execution.
Running Graphs
How execution works — WebSocket streaming, the results panel, live loss charts, and partial re-execution.
Teaching Inspector
Record per-node outputs, inspect input→output tensor diffs, compare a subgraph segment, capture gradients, and view step traces.
Tabs & Persistence
Multi-tab workspaces, automatic localStorage saving, and importing/exporting graphs as JSON.
Key Bindings
Keyboard and mouse shortcuts for the CodefyUI canvas.
CLI Graph Runner
Execute a saved graph.json directly from the command line with run_graph.py — no server required.
Node Reference
Every built-in node — 94 nodes across 15 categories, from CNN and Transformer layers to RL, LLM, Diffusion, and classical ML.
Examples Gallery
Pre-built example workflows — model architectures, end-to-end training, and LLM demos you can load and run.