Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

replicate/tilemaker

Repository files navigation

πŸ–ΌοΈ TileMaker

Generate tiling images from text using AI.

Try it out at tilemaker.app

How it works

This app is powered by:

πŸš€ Replicate, a platform for running machine learning models in the cloud.

🎨 Material Diffusion, an open-source machine learning model that generates tiling images using Stable Diffusion.

▲さんかく 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

  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
    
  3. Install dependencies and run the server:
    npm install
    npm run dev
    
  4. Open localhost:3000 in your browser. That's it!

Contributors 5

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /