lordofthelake / icondiffusion

Home Page:https://icondiffusion.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon Diffusion

An experiment for generating interface icons with Stable Diffusion.

Prerequisites

  • Node 18.x
  • pnpm 8.x (npm install -g pnpm@8)

When using asdf, these dependencies will just be installed for you with asdf install.

Running the project

  1. Install the packages

    $ pnpm install --frozen-lockfile
  2. Copy the .env.example file into .env and populate the values with your own tokens

    $ cp .env.example .env
  3. Start the application

    $ pnpm dev

About

https://icondiffusion.vercel.app


Languages

Language:TypeScript 100.0%