chore(imajin-diffusion): 🔧 Update .env.example with new/modified environment variables for local/deployment

This commit is contained in:
Lilith 2026-01-25 11:06:43 -08:00
parent 6b75fd1c67
commit 2ceaf619a4

View file

@ -21,11 +21,9 @@ IMAGE_GEN_CORS_ORIGINS=["http://localhost:3000","http://localhost:5173"]
# GPU COORDINATION (model-boss)
# =============================================================================
# Enable GPU coordination via model-boss
IMAGE_GEN_GPU_ENABLED=true
# Redis URL for GPU coordination (lease management)
IMAGE_GEN_GPU_REDIS_URL=redis://localhost:6379
# Redis URL for GPU coordination and job storage
# Redis is auto-started by model-boss if not running
IMAGE_GEN_REDIS_URL=redis://localhost:6379
# GPU lease priority (low, normal, high)
IMAGE_GEN_GPU_PRIORITY=normal
@ -60,10 +58,6 @@ IMAGE_GEN_CONTENT_GENERATOR_URL=http://localhost:8003
# Directory for job result caching
IMAGE_GEN_JOB_CACHE_DIR=~/.cache/ml-jobs/image-generation
# Redis URL for distributed job storage (optional)
# Leave empty for in-memory storage
IMAGE_GEN_REDIS_URL=
# =============================================================================
# TIMEOUTS
# =============================================================================