From d4dbc1a158d1dd6babcba7333a4ed7d719b65d3e Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 13:28:42 -0400 Subject: feat: automatically name audio.cpp model ids with long name --- audiobook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audiobook.py') diff --git a/audiobook.py b/audiobook.py index 9a0da29..9bdad19 100755 --- a/audiobook.py +++ b/audiobook.py @@ -169,7 +169,7 @@ Examples: python audiobook.py --backend audiocpp --voice narrator # Use the audio.cpp audiocpp_server with a voice design model (task 'vdes') - python audiobook.py --backend audiocpp --model qwen-design \\ + python audiobook.py --backend audiocpp --model Qwen3-TTS-12Hz-1.7B-VoiceDesign-GGUF \\ --instructions "A warm adult female narrator with a British accent" # Use the qwen-tts demo server with a custom voice -- cgit v1.2.3