Views
No views yet
| File | Description | Size |
|---|---|---|
talker_prefill.onnx + .data | Talker LM prefill (28 layers) | ~1.7 GB |
talker_decode.onnx + .data | Talker LM single-step decode | ~1.7 GB |
code_predictor.onnx | Code Predictor (5 layers, 15 groups) | ~420 MB |
vocoder.onnx + .data | Vocoder decoder (24kHz output) | ~437 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/qwen-labs-cs.git
3cd qwen-labs-cs
4
5# Download models
6python python/download_onnx_models.py --repo-id elbruno/Qwen3-TTS-12Hz-0.6B-CustomVoice-ONNX
7
8# Run
9dotnet run --project src/QwenTTS -- --model-dir python/onnx_runtime --text "Hello world" --speaker ryan --language english