#I am trying to have the API modify only the transparent area of image.

1 messages · Page 1 of 1 (latest)

latent spruce
#

I am using the command line with curl to start and it works and returns an image, but it's not keeping the non-transparent parts. Here's the command.
curl -X POST "https://api.openai.com/v1/images/edits" -H 'Authorization: Bearer my-key' -F image="@men.png" -F mask="@mask.png" -F model="dall-e-2" -F prompt="blue sky" -F n=1 -F size="1024x1024"

latent spruce
#

@indigo shore