A playground for comparing AI image models.
This is a Next.js app. To run it locally, you'll need to install Node.js.
Install dependencies:
npm installAdd your Replicate API token to .env.local:
REPLICATE_API_TOKEN=<your-token-here>
Run the development server:
npm run devOpen http://localhost:3000 with your browser.