LogoA Template
icon of Paint by Text

Paint by Text

Paint by Text is a microsite for InstructPix2Pix, enabling image modification through chatting with a generative AI model.

Introduction

👩‍🎨 Paint by Text

Modify images by chatting with a generative AI model. This project provides a web interface to interact with the InstructPix2Pix model.

How it works

This app is powered by:

🚀 Replicate, a platform for running machine learning models in the cloud.

🎨 InstructPix2Pix, an open-source machine learning model that generates images from text.

▲ Vercel, a platform for running web apps.

⚡️ Next.js server-side API routes, for talking to the Replicate API.

👀 Next.js React components, for the browser UI.

🍃 Tailwind CSS, for styles.

Development

To run locally:

  1. Install a recent version of Node.js
  2. Copy your Replicate API token and set it in your environment:
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
  1. Install dependencies and run the server:
npm install
npm run dev
  1. Open localhost:3000 in your browser. That's it!
A templateCopy badages awards

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates