> ## Documentation Index
> Fetch the complete documentation index at: https://docs.imagine.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Iterator

The Image Iterator Node lets you feed multiple images into a workflow and process each one individually through the connected downstream nodes. Instead of running your workflow manually for every image, the iterator handles the batch automatically, passing each image one by one to the next node in the chain.

## How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select Image Iterator from the Image node category.
  </Step>

  <Step title="Provide Images">
    Connect multiple image inputs from Import, generated images, or click + to add another Image within the node directly.
  </Step>

  <Step title="Connect Downstream Nodes">
    Link the iterator's output to any node you want to apply to each image such as Generate Image, Edit Image, Upscale, or AI Resize.
  </Step>

  <Step title="Run">
    When the workflow runs, the iterator feeds each image one by one through the connected nodes, generating a separate output for every input image.
  </Step>
</Steps>

## Sample Use Cases

<AccordionGroup>
  <Accordion title="Batch Style Transfer" defaultOpen>
    Connect multiple product photos to the iterator and link it to a Generate Image node with a style prompt. Each photo gets the same style treatment automatically.
  </Accordion>

  <Accordion title="Bulk Ad Variations" defaultOpen>
    Import a set of reference images—different models, backgrounds, or scenes—and iterate through them with a single prompt to produce consistent branded visuals for each.
  </Accordion>

  <Accordion title="Multi-Image Upscaling" defaultOpen>
    Chain the iterator to an Upscale Image node to enhance an entire batch of images in one run, rather than processing each one individually.
  </Accordion>
</AccordionGroup>

## Image Models

Visit [Image Models](https://docs.imagine.art/ai-models/image/imagineart-2-0) to explore all available models and find the one that fits your needs for creating or transforming images.
