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

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

The red cross was added to confirm new pixels were being created. Here are the original and AI-filled-in images:

Original

Output

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Could still be improved with a larger in-paint border size, but it's basically working.

image.thumb.png.5283339c9ff6378ed306ddd5f9d96819.png

image.thumb.png.2841f9d406b0ff9287a92b7f46ba31b8.png

My job is to make tools you love, with the features you want, and performance you can't live without.

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...