Views
No views yet
| File | Size | Description |
|---|---|---|
miotts-0.6b-f16.gguf | 1.4 GB | Full precision (F16 weights) |
miotts-0.6b-q8_0.gguf | 793 MB | LLM Q8_0 + codec F16 |
miotts-0.6b-q4_k.gguf | 502 MB | Recommended — LLM Q4_K + codec F16 |
tokenizer.json | ~14 MB | Qwen3 BPE tokenizer (place next to GGUF) |
en_female.emb.gguf | <1 KB | English female voice preset |
en_male.emb.gguf | <1 KB | English male voice preset |
jp_female.emb.gguf | <1 KB | Japanese female voice preset |
jp_male.emb.gguf | <1 KB | Japanese male voice preset |
1crispasr --backend miotts -m miotts-0.6b-q4_k.gguf \
2 --voice en_female.emb.gguf \
3 --tts "Hello world, how are you today?" \
4 -of output--voice or -emb) is required for good audio quality. Without it, the codec produces unintelligible audio.| Quantization | Size | Input | ASR Output |
|---|---|---|---|
| Q4_K+F16 | 502 MB | "The quick brown fox jumps over the lazy dog." | "The quick brown fox jumps over the lazy dog." ✅ |
| F32 | 2.6 GB | "Hello world, how are you today?" | "Hello world, how are you today? What?" ✅ |
| F16 (uniform) | 1.4 GB | — | Codec too noisy (SnakeBeta precision) ❌ |
Aratako.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.