diff options
| author | soryu <soryu@soryu.co> | 2026-02-01 03:04:36 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-01 03:04:36 +0000 |
| commit | a2c147ddd59f55a07b5be0c8970169726b55c876 (patch) | |
| tree | e41a80f2dfdd8fcaf6b6e91c899392f4e619ca3e /makima/src/daemon/cli | |
| parent | 65eebd078af712d004a5a9e28863a16df30792a6 (diff) | |
| download | soryu-a2c147ddd59f55a07b5be0c8970169726b55c876.tar.gz soryu-a2c147ddd59f55a07b5be0c8970169726b55c876.zip | |
Use chatterbox TTS
Diffstat (limited to 'makima/src/daemon/cli')
| -rw-r--r-- | makima/src/daemon/cli/server.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makima/src/daemon/cli/server.rs b/makima/src/daemon/cli/server.rs index 81dafc9..adb765d 100644 --- a/makima/src/daemon/cli/server.rs +++ b/makima/src/daemon/cli/server.rs @@ -33,9 +33,9 @@ pub struct ServerArgs { )] pub sortformer_model_path: String, - /// Path to Qwen3-TTS model directory - #[arg(long, env = "QWEN3_TTS_DIR", default_value = "models/qwen3-tts")] - pub qwen3_tts_dir: String, + /// Path to Chatterbox TTS model directory + #[arg(long, env = "CHATTERBOX_MODEL_DIR", default_value = "models/chatterbox-turbo")] + pub chatterbox_model_dir: String, /// PostgreSQL connection URI #[arg(long, env = "POSTGRES_CONNECTION_URI")] |
