File size: 1,858 Bytes
eabed9c
 
 
 
 
 
 
 
 
 
 
 
 
6f48f9f
eabed9c
 
 
 
 
 
 
 
 
 
 
c56f465
6f48f9f
eabed9c
 
 
 
8b23639
eabed9c
 
 
54ad07d
6f48f9f
 
 
 
eabed9c
 
 
 
 
 
6f48f9f
eabed9c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
license: mit
pipeline_tag: text-to-speech
library_name: rlx
tags:
- tts
- melotts
- vits2
- rlx
---

# MeloTTS → use tiny-tts-rlx

Alias card only — MeloTTS shares the weight tree with [`eugenehp/tiny-tts-rlx`](https://huggingface.co/eugenehp/tiny-tts-rlx). There is no separate weight dump in this repo.

| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/melotts`](https://huggingface.co/eugenehp/melotts) |
| **Kind** | RLX-native weight bundle (graphs + sidecars ready for `rlx-*` crates). |
| **RLX crate** | [`rlx-melotts`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-melotts) |
| **Upstream** | https://github.com/myshell-ai/MeloTTS |

## Quick start

```bash
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`](https://huggingface.co/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](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/melotts` (or pass the path explicitly), then:

```bash
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](https://github.com/MIT-RLX/rlx-models) via `python3 scripts/prepare_weights_hf.py`.