@sierra there might be a better voice cloning tts model i haven’t looked at them in a bit
@sierra this project makes it somewhat easy https://github.com/ServeurpersoCom/qwentts.cpp basically you point it to voices folder where you have reference audio in a .wav file and a .txt under the same name containing a transcription of whatever is being said and it serves an openai tts api which you can use with anything that supports that standard
@sierra if you’re comfortable using docker/podman its dead easy
docker run --rm --device /dev/dri --network host \
-v ./models:/models:ro \
-v ./voices:/voices:ro \
-e MODEL_PATH=/models/qwen-talker-1.7b-base-Q8_0.gguf \
-e CODEC_PATH=/models/qwen-tokenizer-12hz-Q8_0.gguf \
ghcr.io/serveurpersocom/qwentts.cpp:vulkanmodel files here https://huggingface.co/Serveurperso/Qwen3-TTS-GGUF/tree/main