--- language: - en license: apache-2.0 library_name: llama-cpp tags: - gguf - audio - speech - forkjoin-ai base_model: Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice pipeline_tag: text-to-audio --- # Qwen3 Tts 12Hz 0.6B Customvoice Forkjoin.ai conversion of [Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice) to GGUF format for edge deployment. ## Model Details - **Source Model**: [Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice) - **Format**: GGUF - **Converted by**: [Forkjoin.ai](https://forkjoin.ai) ## Usage ### With llama.cpp ```bash ./llama-cli -m qwen3-tts-12hz-0.6b-customvoice-gguf.gguf -p "Your prompt here" -n 256 ``` ### With Ollama Create a `Modelfile`: ``` FROM ./qwen3-tts-12hz-0.6b-customvoice-gguf.gguf ``` ```bash ollama create qwen3-tts-12hz-0.6b-customvoice-gguf -f Modelfile ollama run qwen3-tts-12hz-0.6b-customvoice-gguf ``` ## About Forkjoin.ai [Forkjoin.ai](https://forkjoin.ai) runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities. All conversions are optimized for edge deployment within browser and mobile memory constraints. ## License Apache 2.0 (follows upstream model license)