File size: 2,169 Bytes
2e4f554
 
 
 
 
 
 
 
 
 
 
 
 
 
4cd4475
 
 
 
 
 
2e4f554
4cd4475
2e4f554
4cd4475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e4f554
4cd4475
2e4f554
4cd4475
2e4f554
4cd4475
2e4f554
 
 
4cd4475
2e4f554
 
 
 
 
 
 
 
 
 
 
4cd4475
2e4f554
4cd4475
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
license: openrail
pipeline_tag: text-to-speech
library_name: rlx
tags:
- supertonic
- tts
- rlx
---

# Supertonic-3 (RLX staging)

Supertonic-3 ONNX + voice styles for RLX. OpenRAIL — see upstream.

| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/supertonic-3`](https://huggingface.co/eugenehp/supertonic-3) |
| **Kind** | Staging redistrib of an upstream checkpoint for RLX runners. |
| **RLX crate** | [`rlx-supertonic`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-supertonic) |
| **Upstream** | https://huggingface.co/Supertone/supertonic-3 |

## Quick start

```bash
hf download eugenehp/supertonic-3 --local-dir .
cargo run -p rlx-supertonic --release -- --data .
```

## File highlights

- `onnx/vector_estimator.onnx` (244.7 MiB)
- `supertonic-3.f16.gguf` (189.3 MiB)
- `onnx/vocoder.onnx` (96.7 MiB)
- `onnx/text_encoder.onnx` (34.7 MiB)
- `onnx/duration_predictor.onnx` (3.5 MiB)
- `voice_styles/F2.json` (285.6 KiB)
- `voice_styles/M2.json` (285.2 KiB)
- `voice_styles/F1.json` (285.2 KiB)
- `voice_styles/F4.json` (285.0 KiB)
- `voice_styles/M1.json` (284.9 KiB)
- `voice_styles/M4.json` (284.7 KiB)
- `voice_styles/F5.json` (284.6 KiB)
- `voice_styles/M5.json` (284.6 KiB)
- `voice_styles/F3.json` (284.0 KiB)
- `voice_styles/M3.json` (283.4 KiB)
- `onnx/unicode_indexer.json` (271.2 KiB)

## Do not use as the main runtime pack

These files may be present for historical / staging reasons but are **not** the supported RLX load path:

- `supertonic-3.f16.gguf`

Community `*.f16.gguf` / LM-only Q4 packs are format wraps — they are not drop-in replacements for the RLX primary file above.

## Run with RLX

Clone [rlx-models](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/supertonic-3` (or pass the path explicitly), then:

```bash
cargo run -p rlx-supertonic --release -- --data .
```

## License

OpenRAIL — see upstream model card for use restrictions.

Original weights and authorship: https://huggingface.co/Supertone/supertonic-3

## Redistrib note

This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.