Edit Generated Image #6524
-
I generated an image with DALLE (tool). I want to slightly modify it, so I prompt it to change something about it, but this results in a vastly different image. Is there a way to feed the image back into DALLE so the image is not entirely different? How could I go about coding this up myself? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you would need to pass back the seed from the original response, we would need to edit the DALLE file for this |
Beta Was this translation helpful? Give feedback.
-
For others, the closest thing you can code on DALLE 2 right now is https://platform.openai.com/docs/guides/image-generation#edits-dall-e-2-only |
Beta Was this translation helpful? Give feedback.
Actually just double-checked, seeding isn't yet supported for DALL-E-3, there's a lot of discussion on this in their forum: https://community.openai.com/t/dalle-3-on-api-seed-support/480047