-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
74 lines (64 loc) · 1.93 KB
/
Copy path.env.example
File metadata and controls
74 lines (64 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Example environment variables for EDMG Studio development.
# Copy to a local .env that is gitignored. Never commit real secrets.
# Studio storage (optional; defaults to the configured Studio Home)
# EDMG_STUDIO_HOME=
# EDMG_STUDIO_DATA_DIR=
# EDMG_STUDIO_MODELS_DIR=
# EDMG_STUDIO_CACHE_DIR=
# EDMG_STUDIO_LOGS_DIR=
# EDMG_STUDIO_EXTERNAL_DIR=
# Backend bind and auth
EDMG_STUDIO_BACKEND_HOST=127.0.0.1
EDMG_STUDIO_BACKEND_PORT=7863
# EDMG_BACKEND_AUTH_MODE=auto
# EDMG_BACKEND_AUTH_TOKEN=
# Accelerator profile for source/dev environments: cpu | directml | cuda
EDMG_BACKEND_ACCELERATOR_PROFILE=cpu
# Optional FFmpeg override (packaged builds prefer bundled FFmpeg)
# EDMG_FFMPEG_PATH=
# Planning / AI provider
EDMG_AI_PROVIDER=rule_based
# EDMG_AI_OLLAMA_URL=http://127.0.0.1:11434
# EDMG_AI_OLLAMA_MODEL=qwen3:8b
# EDMG_AI_OPENAI_COMPAT_BASE_URL=https://integrate.api.nvidia.com/v1
# EDMG_AI_OPENAI_COMPAT_API_KEY=
# EDMG_AI_NVIDIA_API_KEY=
# Optional hosted providers
# HF_TOKEN=
# STABILITY_API_KEY=
# IMAGINEART_API_KEY=
# ADOBE_CLIENT_ID=
# ADOBE_CLIENT_SECRET=
# Legacy generator / compatibility settings
# These are only needed when invoking the vendored
# enhanced_deforum_music_generator entry points directly.
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
HOST=127.0.0.1
PORT=7860
WORKERS=4
MAX_AUDIO_DURATION=600
MAX_CONCURRENT_JOBS=3
ENABLE_GPU=true
ENABLE_CLOUD_STORAGE=false
ENABLE_MULTITRACK=false
ENABLE_STYLE_TRANSFER=false
ENABLE_WEB_API=true
# Optional cloud storage / model cache
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-west-2
S3_BUCKET=
AZURE_STORAGE_CONNECTION_STRING=
EDMG_AZURE_MODEL_CACHE=false
EDMG_AZURE_STORAGE_ACCOUNT=
EDMG_AZURE_STORAGE_ACCOUNT_URL=
EDMG_AZURE_MODEL_CONTAINER=edmg-model-cache
EDMG_AZURE_MODEL_CACHE_PREFIX=models
# Development / local diagnostics
EDMG_DEV_PROFILING=false
DEBUG=false
LOG_LEVEL=INFO
# DEFORUM_LOG_LEVEL=INFO
# Optional path to 7-Zip CLI (used to extract some .7z archives with BCJ2)
EDMG_7Z_PATH=