Views
No views yet
takuma104/Qwen3-TTS-Tokenizer-12Hz-48kHz — the V2 Qwen3-TTS vocoder. 5 decoder blocks, 48 kHz output (V1 = 4 blocks, 24 kHz).Qwen3-TTS-Tokenizer-12Hz-48kHz-F16.gguf — F16, 341 MBdbrain/qwen3-tts.cpp. Upstream khimaros/qwen3-tts.cpp hardcodes 4 decoder blocks and a 24 kHz WAV header — it will fail to load this file or emit a half-speed WAV. The dbrain fork reads n_dec_blocks and sample_rate from GGUF metadata so V1 and V2 both work transparently; no upstream merge yet.1qwen3-tts-server \
2 --hf-repo khimaros/Qwen3-TTS-12Hz-1.7B-VoiceDesign-GGUF:Q8_0 \
3 --hf-repo-v dbrains/Qwen3-TTS-Tokenizer-12Hz-48kHz-GGUF:F16takuma104/Qwen3-TTS-Tokenizer-12Hz-48kHz.