diff options
| author | historia <historiavg@proton.me> | 2026-08-25 13:28:42 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-25 13:28:42 -0400 |
| commit | d4dbc1a158d1dd6babcba7333a4ed7d719b65d3e (patch) | |
| tree | ccba2efaef9a265f7cbc754cf70d8071d09e9612 /audiobook.py | |
| parent | 0cc01d1da0a629e104202053feb0bb0db91d578d (diff) | |
| download | tts-audiobook-generator-d4dbc1a158d1dd6babcba7333a4ed7d719b65d3e.tar.gz | |
feat: automatically name audio.cpp model ids with long name
Diffstat (limited to 'audiobook.py')
| -rwxr-xr-x | audiobook.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
