icon

InvokeAI

InvokeAI is an implementation of Stable Diffusion, the open source text-to-image and image-to-image generator. It provides a streamlined process with various new features and options to aid the image generation process.

template cover
Deployed2 times
PublisherdevondD3C
Created2025-09-16
Services
service icon
Tags
AIImageStableDiffusionGUI

InvokeAI Zeabur Template

This template deploys the official InvokeAI docker image (ghcr.io/invoke-ai/invokeai) exposing the Web UI on port 9090.

Features

  • Persistent volume for models & outputs (/data)
  • Optional Hugging Face token support
  • Domain binding via PUBLIC_DOMAIN
  • GPU toggle

Environment Variables

  • INVOKEAI_ROOT: Directory inside the persistent volume used by InvokeAI (default /data/invokeai).
  • HUGGING_FACE_HUB_TOKEN: (Optional) enables downloading private HF models.