Files
qwentts.cpp/examples/tts.sh
T
2026-05-10 15:57:15 +02:00

11 lines
261 B
Bash
Executable File

#!/bin/bash
set -eu
../build/qwen-tts \
--model ../models/qwen-talker-1.7b-voicedesign-Q8_0.gguf \
--codec ../models/qwen-tokenizer-12hz-Q8_0.gguf \
--instruct "male, young adult, moderate pitch" \
--lang English \
-o tts.wav < prompt.txt