flowGen is a node graph: each node is a generator or composer, you wire outputs to inputs, and running a node pulls data back through the connected nodes.
Where: Media Gen project → canvas — Open Add in the left rail, drop nodes on the canvas, then connect them
Key ideas
- Nodes & edges: Nodes have typed input/output handles; edges carry data of the matching type.
- Data propagation: Running a node walks its input noodles back to upstream results and feeds them in.
- Groups & history: Group nodes into collapsible containers; undo/redo the graph.
Steps
- Open a Media Gen project.
- Open Add in the left rail, browse or search the catalog, then click a tile or drag it onto the canvas. Right-clicking the canvas opens the same catalog.
- Configure inputs in the right sidebar (prompt, model, etc.).
- Drag an output handle to another node’s input to connect them.
- Run a node (Play / double-click); results appear on its card.