Scribble Diffusion

Turn your rough sketch into a refined image using AI. Powered by Replicate and ControlNet.
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
Documentation
šļø Scribble Diffusion
Try it out at scribblediffusion.com
How it works
This app is powered by:
š Replicate, a platform for running machine learning models in the cloud.
šļø ControlNet, an open-source machine learning model that generates images from text and scribbles.
ā² 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
- Install a recent version of Node.js
- Copy your Replicate API token and set it in your environment:
echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local - Install dependencies and run the server:
npm install npm run dev - Open localhost:3000 in your browser. That's it!