#image edit does not support generated image

3 messages · Page 1 of 1 (latest)

stray spire
#

Hello, I'm making a simple app where I generate image using dalle and use the generated image and it's mask in image editing but I get "Error: Request failed with status code 400" . It works fine with non generated images. I'm using node openai library to make a request.

stray spire
#

Figured it out, basically, the image format of the generated image is RGB but the accepted formats of image edit are RGBA, la and l (at least that's what I can tell. May be adding RGB support for image edit will ease the pain of developers a little.

rugged lily
#

Thanks for adding solution