Worker ai for editing an image

Is there a worker ai that i can give an image to and edit it to look different? is there one that lets me fuse two images? if not, what should i use? i can pipe whatever else through cloudflare anyway. just having problems finding them on the common sites
1 Reply
Chaika
Chaika6mo ago
There's a channel for #workers-ai , where there's cf employees working on ai and such which can answer (and wouldn't see it here), or at least #workers-help which has a AI tag lol https://developers.cloudflare.com/workers-ai/models/ is a nice list of all the models. Stable Diffusion img2img lets you input an image and modify it with a prompt. I don't think any that would let you combine two, stable diffusion inpainting lets you apply a mask image to specify what to change. Not sure which externally hosted model would let you to that, but yea Cloudflare has a product AI Gateway https://developers.cloudflare.com/ai-gateway/ for proxying/caching/etc a ton of popular providers which you could use
Cloudflare Docs
Models | Cloudflare Workers AI docs
Browse our entire catalog of models:
Cloudflare Docs
Overview | Cloudflare AI Gateway docs
Cloudflare’s AI Gateway allows you to gain visibility and control over your AI apps. By connecting your apps to AI Gateway, you can gather insights on how people are using your application with analytics and logging and then control how your application scales with features such as caching, rate limiting, as well as request retries, model fallba...

Did you find this page helpful?