FastAPI backend, web UI, CosyVoice3/F5-TTS setup scripts, and handoff docs for GPU PC continuation. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
# 기본 TTS 엔진: cosyvoice | f5_tts
|
|
TTS_MODEL=cosyvoice
|
|
|
|
# 기본 reference (선택)
|
|
# TTS_REF_AUDIO=samples/my_voice_30s.wav
|
|
# TTS_REF_TEXT=참조 음성 대본...
|
|
|
|
TTS_HOST=0.0.0.0
|
|
TTS_PORT=8000
|