Tune MeloTTS speed and prosody defaults
This commit is contained in:
13
README.md
13
README.md
@@ -84,7 +84,13 @@ bun run test:tts -- "안녕하세요. 로컬 티티에스 테스트입니다."
|
||||
- 기본값 `cpu`
|
||||
- Docker GPU passthrough를 쓸 때만 `cuda`로 바꿉니다
|
||||
- `TTS_SPEED`
|
||||
- 기본값 `1`
|
||||
- 기본값 `1.18`
|
||||
- `TTS_SDP_RATIO`
|
||||
- 기본값 `0.22`
|
||||
- `TTS_NOISE_SCALE`
|
||||
- 기본값 `0.55`
|
||||
- `TTS_NOISE_SCALE_W`
|
||||
- 기본값 `0.75`
|
||||
- `OLLAMA_KEEP_ALIVE`
|
||||
- 기본값 `5m`
|
||||
- `MAX_CONVERSATION_TURNS`
|
||||
@@ -180,7 +186,10 @@ TTS_IMAGE=realtime-voice-bot-melotts:v0.1.2
|
||||
TTS_LANGUAGE=KR
|
||||
TTS_SPEAKER=KR
|
||||
TTS_DEVICE=cpu
|
||||
TTS_SPEED=1
|
||||
TTS_SPEED=1.18
|
||||
TTS_SDP_RATIO=0.22
|
||||
TTS_NOISE_SCALE=0.55
|
||||
TTS_NOISE_SCALE_W=0.75
|
||||
TTS_CACHE_DIR=.local-ai/tts-cache
|
||||
TTS_OUTPUT_DIR=.local-ai/tts-output
|
||||
OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
|
||||
Reference in New Issue
Block a user