Apps
Nodes
Visual workflow editor for building multi-step AI generation pipelines.
Nodes is a visual programming interface that lets you chain multiple AI operations together into reusable workflows.
What Are Nodes?
Instead of running one generation at a time, Nodes lets you build pipelines — connect a text prompt to an image generator, feed that into an upscaler, then pass the result to a video generator, all in one workflow.
Node Types
| Node | Description |
|---|---|
| Prompt | Text input for generation prompts |
| Asset | Image or video input from your library or uploads |
| Multi-Asset | Multiple asset inputs for batch operations |
| Mode | AI generation node (image gen, video gen, edit, upscale, etc.) |
| Output | Final output collection point |
| Note | Text annotations for documenting your workflow |
| Variable | Reusable values that can be changed per execution |
| Description | AI image description node |
| Compose Template | Template-based composition node |
Building a Workflow
- Add nodes from the node palette
- Connect outputs to inputs by dragging between ports
- Configure each node using the Properties Panel on the right
- Set variables for values you want to change between runs
- Execute the workflow — nodes run in dependency order
Properties Panel
Click any node to configure it in the Properties Panel:
- Prompt nodes: edit text, add formula variables
- Mode nodes: select provider, model, aspect ratio, quality, and all mode-specific settings
- Asset nodes: select from library or upload new files
- Variable nodes: set default values and types
Execution
Click Run to execute the workflow:
- Nodes execute in topological order (respecting connections)
- Each node's output becomes available to downstream nodes
- Progress is tracked in the Execution Panel
- Results are saved to your gallery like normal generations
Use Cases
- Prompt → Image Gen → Upscale — Generate and enhance in one step
- Image → Description → Edit — Analyze an image then modify it
- Image → Video Gen — Turn a generated image into an animated video
- Multiple prompts → Batch image gen — Generate variations from different prompts
- Template workflows — Save and reuse common pipelines