Imagine is a free-to-use AI Image generator. A variety of Stable Diffusion 1.5 and SDXL 1.0 models are supported.
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.
- Apply for an API key at https://dev-api-form.heurist.ai/
- Create
.env
file and copy the contents of.env.example
. Fill in the API key you obtained from email. pnpm install
to install dependencies.pnpm dev
to start a local dev server.