diff --git a/qwen_tts_service.py b/qwen_tts_service.py index 78cb24b..8b03388 100644 --- a/qwen_tts_service.py +++ b/qwen_tts_service.py @@ -20,7 +20,7 @@ CUSTOM_VOICES_DIR = Path(__file__).resolve().parent / "custom_voices" JV_SAMPLE_WAV = Path.home() / "Library/Application Support/sh.voicebox.app/profiles/2f4e8f2e-dbc4-43fc-b940-c6ca7ac694c7/c496be86-267d-4793-b26a-7beead57fbd4.wav" JV_SAMPLE_TEXT = "I have completed a diagnostic scan of your current schedule, and it appears several conflicts have arisen. While I have taken the liberty of reorganizing your morning appointments to ensure maximum efficiency, I cannot account for human fatigue. Perhaps a second cup of coffee would be a logical next step." -MODEL_ID = "mlx-community/Qwen3-TTS-12Hz-1.7B-Base-bf16" +MODEL_ID = "mlx-community/Qwen3-TTS-12Hz-0.6B-Base-bf16" class QwenTTSService(TTSService):