Workflows¶
Workflows are the core of ComfyUI Studio. They define generation pipelines that users execute through simple forms instead of building node graphs.
This section covers every aspect of the workflow system:
- Overview — what workflows are, why two types, when to use each
- Manifest Reference — complete field reference for
manifest.yaml - Static Workflows — single JSON file, parameter substitution
- Dynamic Workflows — block templates, pipeline assembly
- Block Format — anatomy of a block: nodes, imports, exports, variables
- Inputs — the 13 input types that define the user form:
- Overview — input system, common fields
- Text, Integer, Float, Boolean, Seed, Select, Image
- Checkpoint Picker, Resolution Picker, VAE Picker
- LoRA Picker (Dynamic), LoRA Picker (Paired)
- Scene List
- Outputs — output types, directory patching, .incomplete markers
- Execution Flow — submit → build → ComfyUI → progress → result
- Multi-Generate — the N stepper for batch generation
- Creating a Workflow — step-by-step guide