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 → flow canvas — Right-click → Add Node, then connect nodes
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.
- Right-click the canvas → Add Node, pick a category and node type.
- 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.