I want to share what happened to my image creation tool based on DALL-E 3 because i find it alarming…
I have created a tool called “Image Rebuilder” where i analyze an image via Vision and get a detailed description according to this prompt:
{
role: "user",
content: [
{
type: "text",
text: "Provide a detailed description of the image content. Don't thank, greet or propose the user to ask further questions, only provide the image description. If there are any people in the image, make sure to highlight their hair length and color, and their body type."
}
After i get the description, i send it as a prompt to Dall-E 3 via API to generate an image variant.
That happens is:
- if i analyze an image with a woman that is recognized as body type slim, thin, or athletic, everything is fine
- if i analyze an image with a woman that is recognized as body type curvy, the API returns “Bad request error”
- if i modify the description and add ‘curvy but healthy’ the new image variant is generated but the woman reproduced is of slim body type
I have done 8 tests and the result ws consistent…
I think this is a huge bias.