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

NodeDescription
PromptText input for generation prompts
AssetImage or video input from your library or uploads
Multi-AssetMultiple asset inputs for batch operations
ModeAI generation node (image gen, video gen, edit, upscale, etc.)
OutputFinal output collection point
NoteText annotations for documenting your workflow
VariableReusable values that can be changed per execution
DescriptionAI image description node
Compose TemplateTemplate-based composition node

Building a Workflow

  1. Add nodes from the node palette
  2. Connect outputs to inputs by dragging between ports
  3. Configure each node using the Properties Panel on the right
  4. Set variables for values you want to change between runs
  5. 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

On this page