Hacker News new | ask | show | jobs
Show HN: Inpainting with Stable Diffusion (inpainter.vercel.app)
3 points by zsikelianos 1386 days ago
Hey HN. Long-time lurker, first-time poster.

Inpainter is an open-source web app that lets you do inpainting with Stable Diffusion. You can bring your own source image, erase parts of it, and then the model fill in the blanks. Or you can start with just a text prompt and let the model create the first image.

Under the hood, Inpainter is a Next.js app that uses Replicate's REST API to run the Stable Diffusion model. It's open-source and intended to be a helpful reference for learning how to use the Replicate API from a Node.js app. Contributions welcome. :]

https://github.com/zeke/inpainter

Happy inpainting!

3 comments

The pace at which these technologies are accumulating is breathtaking.
one thing I tried with dall-e was "animation strip" for xyz and "sprite sheet"

it definitely understands the concept of both of those.

is it out on github?