The desired output is get a series of generated images starting from two images.
Right now I’ve tested DALL-E from the chat and right now the flow is this:
- I’ve inserted two images
- From that the AI extrapolated every information from those images
- Generates 2 new images starting from the information it received
How can I replicate this behaviour through APIs?
From the documentation I see that the variation from the image starts from one and only image.
Thank you