blob: 94f29878a32c0f6f2b6292497b3565a52b93b326 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copy to .env (gitignored) and set your real host paths.
IMGGEN_OUT=/path/to/output
IMGGEN_CACHE=/path/to/model-cache
# IMGGEN_PORT=8765
# IMGGEN_MODEL=sdxl
# Default image size when no -W/-H is passed. Must be multiples of 8 (SDXL constraint).
# 1280x960 = landscape; omit both to fall back to 1024x1024 (square).
# IMGGEN_WIDTH=1280
# IMGGEN_HEIGHT=960
# IMGGEN_UID=1000
# IMGGEN_GID=100
|