Hi everyone.
I am working on a program, where I would give DALLE-2 throughout API a prompt and just like in the title, I am wondering if DALLE-2 can read a link to an image and use it as an inspiration. A code line that would do that looks like this:
PROMPT += f" inspired by image from the link {link}"
{link} is obliviously a link to an image that would be used as inspiration.
I know there is a variation option to use, but what I need for my program is the ability to create an image inspired by the one given in the link AND to add other elements, mentioned in a text prompt.