Josh Posted December 4, 2023 Posted December 4, 2023 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 mask.png Quote Let's build cool stuff and have fun.
Josh Posted December 4, 2023 Author Posted December 4, 2023 The red cross was added to confirm new pixels were being created. Here are the original and AI-filled-in images: Quote Let's build cool stuff and have fun.
Josh Posted December 4, 2023 Author Posted December 4, 2023 Could still be improved with a larger in-paint border size, but it's basically working. Quote Let's build cool stuff and have fun.
Recommended Posts
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.