Text-to-Image generation service using Diffusers + FastAPI.
π―π΅ ζ₯ζ¬θͺ (Japanese) | π€ for Agents
Setup Environment:
cp .env.example .env
vim .env # Set CONFIG (e.g., config/chroma/flash)
Run:
task up
# or: docker compose up
Access:
For cloud deployments (e.g., RunPod), use the pre-built Docker image.
hdae/txt2img:latestCONFIG: Model preset path (e.g., sdxl/illustrious).CIVITAI_API_KEY: Required for downloading models.HF_TOKEN: Required for HuggingFace gated models.VRAM_PROFILE: full (recommended for 24GB+), balanced, or lowvram.docker run --rm -p 8000:8000 --gpus all \
-e CONFIG=sdxl/illustrious \
-e CIVITAI_API_KEY=your_key \
hdae/txt2img:latest
58 commits
Python
59.5%
TypeScript
39.1%
Text-to-Image generation service using Diffusers + FastAPI.
π―π΅ ζ₯ζ¬θͺ (Japanese) | π€ for Agents
Setup Environment:
cp .env.example .env
vim .env # Set CONFIG (e.g., config/chroma/flash)
Run:
task up
# or: docker compose up
Access:
For cloud deployments (e.g., RunPod), use the pre-built Docker image.
hdae/txt2img:latestCONFIG: Model preset path (e.g., sdxl/illustrious).CIVITAI_API_KEY: Required for downloading models.HF_TOKEN: Required for HuggingFace gated models.VRAM_PROFILE: full (recommended for 24GB+), balanced, or lowvram.docker run --rm -p 8000:8000 --gpus all \
-e CONFIG=sdxl/illustrious \
-e CIVITAI_API_KEY=your_key \
hdae/txt2img:latest
58 commits
Python
59.5%
TypeScript
39.1%