DALL-E only generating 1 image

I am trying to get DALL-E to generate all images based on a prompt that comes from a text parser. When there is nothing after the DALL-E module it works fine, but whenever there is anything after it, it doesn’t work. I got suggested to fix this with an array aggregator but that caused other issues further down the line.

I force stopped the below scenario as it only produced one of the DALL-E images

Hi,

You can request 1 image at a time with DALL·E 3 (request more by making parallel requests) or up to 10 images at a time using DALL·E 2 with the n parameter.

OpenAi Image Generations API Documentation

Also- edit your post according to info sent via DM.

Have a great day!
Michal

If it solved your problem- please mark post as solution.

—Update—
I found your second post.

  1. If you want to generate more images, you must trigger OpenAI modules with separate bundles for each request.

  2. I tested your text parser module on sample text, and it returns only one bundle. I cannot see any instructions to AI to divide the text.

  3. To achieve what you want to achieve, you must do much more. In my opinion it is task for someone on advance+ level.