File size: 1,562 Bytes
bc0beed
 
 
 
 
 
 
 
 
 
 
 
 
 
8edca3b
 
 
 
 
 
bc0beed
8edca3b
bc0beed
8edca3b
 
 
 
bc0beed
8edca3b
bc0beed
8edca3b
 
 
 
 
 
 
bc0beed
 
 
8edca3b
bc0beed
 
 
 
 
 
 
 
 
 
 
8edca3b
bc0beed
8edca3b
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
---
license: apache-2.0
pipeline_tag: text-to-speech
library_name: rlx
tags:
- parler-tts
- tts
- rlx
---

# Parler-TTS Mini v1 (RLX staging)

Parler-TTS Mini safetensors + ONNX exports for RLX (probe ONNX removed).

| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/parlertts`](https://huggingface.co/eugenehp/parlertts) |
| **Kind** | Converted / re-laid-out for RLX from an upstream checkpoint. |
| **RLX crate** | [`rlx-parlertts`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-parlertts) |
| **Upstream** | https://huggingface.co/parler-tts/parler-tts-mini-v1 |

## Quick start

```bash
hf download eugenehp/parlertts --local-dir .
cargo run -p rlx-parlertts --release -- --model-dir .
```

## File highlights

- `model.safetensors` (3.3 GiB)
- `onnx/decoder.onnx` (1.7 GiB)
- `onnx/text_encoder.onnx` (1.3 GiB)
- `parler-tts-mini-v1-Q4_0.gguf` (776.8 MiB)
- `tokenizer.json` (2.3 MiB)
- `config.json` (6.8 KiB)
- `generation_config.json` (265 B)

## Run with RLX

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

```bash
cargo run -p rlx-parlertts --release -- --model-dir .
```

## License

Apache License 2.0 — see `LICENSE`. Inherit upstream terms when redistributing.

Original weights and authorship: https://huggingface.co/parler-tts/parler-tts-mini-v1

## 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`.