blob: af9e26ec48abc02294be23075c2a1cba8a009c4a (
plain)
1
2
3
4
5
6
7
|
# 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
# IMGGEN_UID=1000
# IMGGEN_GID=100
|