Views
No views yet
| File | Description | Size |
|---|---|---|
talker_prefill.onnx + .data | Talker LM prefill (28 layers, hidden=2048) | ~5.3 GB |
talker_decode.onnx + .data | Talker LM single-step decode | ~5.3 GB |
code_predictor.onnx + .data | Code Predictor (5 layers, 15 groups) | ~428 MB |
vocoder.onnx | Vocoder decoder (24kHz output) | ~435 MB |
embeddings/ | Text/codec embeddings as .npy + config | ~1.4 GB |
tokenizer/ | BPE tokenizer (vocab.json, merges.txt) | ~4 MB |
1# Clone the app repo
2git clone https://github.com/elbruno/ElBruno.QwenTTS.git
3cd ElBruno.QwenTTS
4
5# Download models
6python python/download_onnx_models.py --repo-id elbruno/Qwen3-TTS-12Hz-1.7B-CustomVoice-ONNX
7
8# Run
9dotnet run --project src/QwenTTS -- --model-dir python/onnx_runtime --text "Hello world" --speaker ryan --language english