MeloTTS β use tiny-tts-rlx
Alias card only β MeloTTS shares the weight tree with eugenehp/tiny-tts-rlx. There is no separate weight dump in this repo.
| Field | Value |
|---|---|
| Hub id | eugenehp/melotts |
| Kind | RLX-native weight bundle (graphs + sidecars ready for rlx-* crates). |
| RLX crate | rlx-melotts |
| Upstream | https://github.com/myshell-ai/MeloTTS |
Quick start
just fetch-melotts # downloads eugenehp/tiny-tts-rlx tiny-tts.rlxp + local melotts symlink
ln -sfn tiny-tts-rlx weights/tts/melotts && just melotts-demo "Hi." metal
Primary files (use these)
tiny-tts.rlxpβ 29.4 MiB
Contents
Download weights from eugenehp/tiny-tts-rlx (tiny-tts.rlxp). See that cardβs Pack layout for the .rlxp tree. Locally, weights/tts/melotts can be a symlink to tiny-tts-rlx.
Note
Do not look for MeloTTS-specific GGUFs here; use the TinyTTS RLX bundle and rlx-melotts.
Run with RLX
Clone rlx-models, place this repo under weights/tts/melotts (or pass the path explicitly), then:
ln -sfn tiny-tts-rlx weights/tts/melotts && just melotts-demo "Hi." metal
License
MIT β see LICENSE. Inherit upstream terms when redistributing.
Original weights and authorship: https://github.com/myshell-ai/MeloTTS
Maintenance
Cards and LFS attrs are regenerated from the local weights/ tree in rlx-models via python3 scripts/prepare_weights_hf.py.