A web GUI for inpainting with Stable Diffusion using the Replicate API
? Inpainter
A web GUI for inpainting with Stable Diffusion using the Replicate API.
Try it out at inpainter.vercel.app
cherries-oranges-bananas.mp4
How it works
?? This is a Node.js app! It’s powered by:
- Replicate, a platform for running machine learning models in the cloud.
- Stable Diffusion, an open-source text-to-image generation model.
- Next.js server-side API routes for talking to the Replicate API
- Next.js React components for the inpainting GUI
- Tailwind CSS for styling
- Lucide for Icons
Development
Make sure you have a recent version of Node.js installed, then:
npm install
npm run dev