# Mana Image Generation — Windows GPU server only # Server PORT=3023 # Model IMAGE_MODEL_ID=black-forest-labs/FLUX.1-schnell # Generation defaults DEFAULT_STEPS=4 DEFAULT_WIDTH=1024 DEFAULT_HEIGHT=1024 MAX_STEPS=8 GUIDANCE_SCALE=0.0 GENERATION_TIMEOUT=120 # Output (where generated images are written) OUTPUT_DIR=C:\mana\services\mana-image-gen\outputs # CORS CORS_ORIGINS=https://mana.how,https://chat.mana.how,http://localhost:5173 # Cross-service auth — enforced by ApiKeyMiddleware in app/api_auth.py. # Same key as mana-llm. Generate with: openssl rand -hex 32 GPU_API_KEY=