ChatTTS-Forge / .env.webui
zhzluke96
update
01e655b
raw
history blame
No virus
235 Bytes
# Server configuration
SERVER_NAME=
SERVER_PORT=
# Gradio interface options
SHARE=
DEBUG=
AUTH=
# Model inference options
HALF=
OFF_TQDM=True
# Text-to-Speech (TTS) configuration
TTS_MAX_LEN=1000
SSML_MAX_LEN=3000
MAX_BATCH_SIZE=12