Nodaro Docs
DocumentationNode ReferenceModelsAI Agents (MCP)DevelopersSelf-hostingResearch
Automate

Collect

Gather the results of several nodes in one place. Collect sorts them into text, image, video and audio outputs that connect to any node, for free.

The Collect node gathers the results of several nodes in one place. Connect any number of nodes to its single input, and Collect sorts their results by type into four outputs: text, image, video and audio. Each output then works like any other source of that type, so one connection can carry three separate images to Image Collage or to Choose Best.

When to use it

Quick start

Add the node

Press Tab on the canvas and choose Automate › Lists & Batching › Collect.

Connect the sources

Drag from the output of each node you want to gather to the Inputs input of Collect. Nodes of different types can share the same input.

Connect the outputs

Drag from the image, video, audio or text output to the next node. You can do this before anything has run.

Run the workflow

When the connected nodes produce results, Collect shows them on the node: thumbnails for images, the first lines of each text, and a count of videos and audio files. Until then, the node shows how many connections are waiting for results.

imageGenerate ImageCover AGenerate ImageCover BGenerate ImageCover CCollect3 imagesChoose BestAI picks the best
Three separate image nodes feed Collect, and its image output hands all three covers to Choose Best in one connection.

Inputs and outputs

Input or outputAccepts or sendsWhat it does
InputsAny nodeTakes any number of connections. Collect groups the results by type.
textTextEvery text result, in order. Connects to prompt inputs and to the list nodes, such as Merge Lists, Sort List, Remove Duplicates, Selector and Choose Best.
imageImagesEvery image result, in order. Connects anywhere an uploaded image can, such as Image Collage, the References input of Generate Image, or Lip Sync.
videoVideosEvery video result, in order. Connects anywhere an uploaded video can, such as Combine Videos, Trim Video or Merge Video & Audio.
audioAudioEvery audio result, in order. Connects anywhere an uploaded audio file can, such as Mix Audio or Combine Audio.

The four outputs are always present. Each one keeps its type: the image output cannot connect to an input that accepts only video. The image output sends plain pictures, so it does not connect to inputs that expect an asset, such as a Character Asset.

Settings

SettingWhat it does
OrderThe order of the items in every output. Drag a row up or down to move that node's results. A new connection is added at the end.
Reset to arrival orderPuts the rows back in the order you connected the nodes.

The order matters for nodes that use it, such as Image Collage and Combine Videos.

Credits

Collect is free. The preview on the node only shows results that already exist; it never runs anything and never charges credits.

Collect, List or Group

  • List spreads work out. It has one source of rows, and the next node runs once for each row.
  • Collect gathers results in. Several separate nodes each connect to it, and it passes the whole set to the next node at once.
  • Group gathers by position. Nodes you drag into a Group frame become its members, without any connection. A Group skips nodes with several outputs, such as a List, and pickers. Use Collect for those.

A common pattern chains them: spread the work with List, gather the results with Collect, and decide with Choose Best.

Tips

  • Wire first, run later. The outputs exist before any result does, so you can build the whole workflow before the first run.
  • Set the order once. Arrange the rows under Order before you connect Image Collage or Combine Videos, and every run keeps that order.
  • Pick a winner. Collect followed by Choose Best turns several separate attempts into one result for the rest of the workflow.

Frequently asked questions

Last updated on

On this page