tts : add native Higgs Audio v3 support v2 - extension for qwen3 #24780
tts : add native Higgs Audio v3 support v2 - extension for qwen3 #24780mirek190 wants to merge 6 commits into
Conversation
|
Hi @mirek190, thanks for your contribution! Per our contribution guidelines, the automated PR checker found the following issue(s) that need your attention:
Please note that maintainers reserve the right to make final decisions on PRs. If you believe there is a mistake, please comment below. |
Assisted-by: Codex
Assisted-by: Codex
Assisted-by: Codex
Assisted-by: Codex
32727b7 to
9d33a65
Compare
|
Now is even faster For sentence VULKAN CUDA |
|
Too bad it's a commercial model, license is for "research". |
yes but we have to start with something |
Overview
Continuation from
#24773
Adds a native llama.cpp-side Higgs Audio v3 TTS path around the Qwen3 backbone.
This includes:
llama-tts/llama-higgs-tts/llama-higgs-reference-encodetooling/v1/audio/speechserver wiring for Higgs speech generationModels for test
https://huggingface.co/mirek190/higgs_v3_gguf/tree/main
Original model
https://huggingface.co/bosonai/higgs-audio-v3-tts-4b
for vulkan , cuda test - Model is fully multilanguage
llama-server.exe -m higgs-qwen3-backbone-q8_0.gguf --mmproj higgs-audio-f16.gguf --host 127.0.0.1 --port 8096 --device Vulkan1 -ngl 99 -c 1024 --parallel 1 --no-webuiRequirements