forked from lenML/Speech-AI-Forge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.webui
More file actions
46 lines (38 loc) 路 789 Bytes
/
Copy path.env.webui
File metadata and controls
46 lines (38 loc) 路 789 Bytes
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
# Server configuration
SERVER_NAME=
SERVER_PORT=
SHARE=
DEBUG=
AUTH=
# Text-to-Speech configuration
TTS_MAX_LEN=99999
SSML_MAX_LEN=99999
MAX_BATCH_SIZE=12
# Web UI experimental features
WEBUI_EXPERIMENTAL=
LANGUAGE=
API=
COMPILE=
NO_HALF=
OFF_TQDM=
# Device configuration
DEVICE_ID=
USE_CPU=
# Cache configuration
LRU_SIZE=
# Debugging and preloading
DEBUG_GENERATE=
PRELOAD_MODELS=
# CORS and entry points
CORS_ORIGIN=
NO_PLAYGROUND=
NO_DOCS=
EXCLUDE=
# speaker hub
SPKS_INDEX=https://raw.githubusercontent.com/lenML/Speech-AI-Forge-spks/refs/heads/main/index.json
# NOTE: mirror of github raw
# SPKS_INDEX=https://ghp.ci/https://raw.githubusercontent.com/lenML/Speech-AI-Forge-spks/refs/heads/main/index.json
# PROXY
HTTPS_PROXY=
HTTP_PROXY=
NO_PROXY=localhost,127.0.0.1,0.0.0.0