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

13 lines
269 B
Batchfile

@echo off
set PATH=%~dp0..\build\Release;%PATH%
qwen-tts.exe ^
--model ..\models\qwen-talker-1.7b-customvoice-Q8_0.gguf ^
--codec ..\models\qwen-tokenizer-12hz-Q8_0.gguf ^
--speaker vivian ^
--lang English ^
-o customvoice.wav < prompt.txt
pause