Read a ComfyUI Workflow Graph
Understand the roles of model, prompt, latent, sampler, decode, and save nodes before changing a workflow.
Learning objectives
- Identify the major stages in a workflow graph
- Trace inputs and outputs without guessing
- Save a reproducible baseline before experimenting
ToolDix original visual
Frame
Name the outcome and constraints.
Build
Try one bounded workflow.
Review
Keep evidence, revise, and share.
Read the graph from purpose to output
Most image workflows have a model-loading stage, a conditioning or prompt stage, a latent/image stage, a sampling stage, a decode stage, and an output stage. Start by locating the final save or preview node, then trace backwards to see which nodes influence it.
Name the job of each node in your own words before changing settings. A node can be unfamiliar while its role is clear: load an input, transform a representation, guide generation, or save a result. This habit makes complex graphs less intimidating.
Practice: annotate a baseline
Open one official template and label the six major stages. Save an untouched copy. Change only the prompt, run it, then restore the baseline. Next, change only one sampling setting. Keep output files and workflow JSON together so a result can be reproduced.
Common mistake
Do not import arbitrary custom-node workflows without reviewing their source and requirements. A workflow can reference missing models, incompatible nodes, or components you do not trust.
Sources and license context
These references informed the lesson. ToolDix adds its own explanation, workflow, and practice rather than reproducing source material.
- ComfyUI Workflow Templates (MIT)
- ComfyUI (GPL-3.0)
Take it further
Use a primary source to deepen this lesson.
Each recommendation is a direct link to the publisher or author. The study prompt is ToolDix editorial guidance, not copied course content.

Hands-on lab
ComfyUI Examples
Rebuild one small workflow, then deliberately change one parameter and note where the output changes.
Open original source
Course
ComfyUI Official Documentation
Complete the first-generation guide, then label each node in the smallest workflow by purpose.
Open original source
Classic reading
ComfyUI GitHub Repository
Pin a known-good version and export one workflow with its models and custom-node requirements documented.
Open original source