Commit 762a3de
committed
Make Mini the default KittenTTS variant
Add 'kitten' backend option that defaults to Mini (82M params) instead
of requiring explicit 'kitten-mini' flag. Users can still use
'kitten-nano' for the smaller 15M model.
Rationale:
- Mini has better quality (3.13x RTF vs 1.12x for Nano)
- Mini supports speed control, Nano does not
- 82M is still relatively small and runs well on Apple Silicon
Changes:
- Add 'kitten' and 'kittentts' backend options → .kittenTts(.mini)
- Update help text to show 'kitten (Mini 82M)' option
- KittenTtsManager already defaults to .mini in its initializer1 parent 784b581 commit 762a3de
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
720 | 722 | | |
721 | 723 | | |
722 | 724 | | |
723 | | - | |
| 725 | + | |
724 | 726 | | |
725 | 727 | | |
726 | 728 | | |
| |||
0 commit comments