Expand the contents of an image using generative fill.
This app is powered by:
🚀 Replicate, a platform for running machine learning models in the cloud.
🖍️ Stable Diffusion Outpainting, an open-source machine learning model that generates images from text.
▲ Vercel, a platform for running web apps.
⚡️ Nuxt.js server-side API routes, for talking to Replicate's API.
👀 Nuxt.js Vue components, for the browser UI.
🍃 Tailwind CSS, for styles.
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
npm install
npm run dev