Edit your photos by chatting with a generative AI model (InstructPix2Pix), powered by Replicate.
Modify images by chatting with a generative AI model.
Try it out at paintbytext.chat
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.
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
npm installnpm run dev
Edit your photos by chatting with a generative AI model (InstructPix2Pix), powered by Replicate.
Modify images by chatting with a generative AI model.
Try it out at paintbytext.chat
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.
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
npm installnpm run dev