Jump to content

Recommended Posts

Posted

I could not figure out in-painting using libcurl, but I did get it to work with curl.exe, and it's actually easier:

curl.exe https://api.openai.com/v1/images/edits -H "Authorization: Bearer xxxxxxx" -F image="@./image.png" -F mask="@./mask.png" -F model="dall-e-2" -F prompt="tiling seamless" -F n=1 -F size="512x512"

I have not seen the results yet, but it returns a valid response. The PNG files MUST be 32-bit depth, not 24-bit.

image.png

image.png.823df7c4ba654950a8d1957ab98badab.png

mask.png

mask.png.77085a0bbfe793dbf3c1250342a26521.png

Let's build cool stuff and have fun. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...