From 70cb975f225f3ff18b10534e8342cd62e0bf66ce Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 29 Jan 2026 03:02:51 +0000 Subject: Fix model loading for TTS / speak --- makima/src/daemon/cli/server.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makima/src/daemon/cli') diff --git a/makima/src/daemon/cli/server.rs b/makima/src/daemon/cli/server.rs index 371a912..81dafc9 100644 --- a/makima/src/daemon/cli/server.rs +++ b/makima/src/daemon/cli/server.rs @@ -33,6 +33,10 @@ 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, + /// PostgreSQL connection URI #[arg(long, env = "POSTGRES_CONNECTION_URI")] pub database_url: Option, -- cgit v1.2.3