Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 590 Bytes

Imagine App

Imagine is a free-to-use AI Image generator. A variety of Stable Diffusion 1.5 and SDXL 1.0 models are supported.

Model List

See https://github.com/heurist-network/heurist-models/blob/main/models.json for the list of supported models. If you want a new model to be hosted, open a Github Issue here.

Development

  1. Apply for an API key at https://dev-api-form.heurist.ai/
  2. Create .env file and copy the contents of .env.example. Fill in the API key you obtained from email.
  3. pnpm install to install dependencies.
  4. pnpm dev to start a local dev server.