16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
# Copy this file to .env and modify as needed:
|
|
# cp .env.template .env
|
|
|
|
# Server-side salt for consistent image naming
|
|
LOCAL_SALT=__SERVERSIDE_SALT__
|
|
|
|
# ComfyUI server URL
|
|
COMFYUI_URL=127.0.0.1:8188
|
|
|
|
# Workflow file/directory paths
|
|
WORKFLOW_PATH=workflow.json
|
|
WORKFLOW_DIR=workflows
|
|
|
|
# Output directory for generated images
|
|
OUTPUT_DIR=output
|