Next.js application for inpainting with Stable Diffusion using the Replicate API.
A web GUI for inpainting with Ideogram v2 and Ideogram v2 Turbo using the Replicate API.
Try it out at inpainter.app
🐢🚀 This is a Node.js app! It's powered by:
Prerequisites:
Set your Replicate API token in your environment:
REPLICATE_API_TOKEN=<your-token-here>
Then install dependencies and run the server:
npm installnpm run dev
Next.js application for inpainting with Stable Diffusion using the Replicate API.
A web GUI for inpainting with Ideogram v2 and Ideogram v2 Turbo using the Replicate API.
Try it out at inpainter.app
🐢🚀 This is a Node.js app! It's powered by:
Prerequisites:
Set your Replicate API token in your environment:
REPLICATE_API_TOKEN=<your-token-here>
Then install dependencies and run the server:
npm installnpm run dev