Skip to main content

Iterators

Written by Noam Gichon
Updated over a week ago

Text Iterator Node


The Text Iterator Node allows you to combine multiple text inputs and send them together to the same generative model. It keeps each prompt separate while enabling you to batch-generate multiple images or videos at the same time
.

To use the Text Iterator Node properly, you can either type the different text inputs directly into the iterator node, or provide them through an Array Node that contains multiple text inputs. Simply connect the Array Node to the Text Iterator Node, then select the model you want to use to generate outputs from those text inputs.

The model will automatically process and generate results for all the text inputs at once.


​Workflow Example - https://app.weavy.ai/flow/63iqsV9FO9CzisOw6HWl5d
​
For more information about the Array Node visit - https://help.weavy.ai/en/articles/12268346-datatypes

Image Iterator Node


The Image Iterator Node gives you the ability to combine multiple image inputs and send them all together to the same generative model. The Image Iterator Node keeps each image input separated but helps you batch generate multiple images/videos at the same time. All you need to do is to simply import multiple images into the node and then choose the model you would like to generate those image inputs with. The model will automatically generate all the image inputs at once as separated runs.

Video Iterator Node


The Video Iterator Node gives you the ability to combine Video image inputs and send them all together to the same generative model. The Video Iterator Node keeps each video input separated but helps you batch generate multiple videos at the same time. All you need to do is to simply import multiple videos into the node and then choose the model you would like to generate those video inputs with. The model will automatically generate all the video inputs at once as separated runs.

Did this answer your question?