Parler-TTS Mini v1 (RLX staging)
Parler-TTS Mini safetensors + ONNX exports for RLX (probe ONNX removed).
| Field | Value |
|---|---|
| Hub id | eugenehp/parlertts |
| Kind | Converted / re-laid-out for RLX from an upstream checkpoint. |
| RLX crate | rlx-parlertts |
| Upstream | https://huggingface.co/parler-tts/parler-tts-mini-v1 |
Quick start
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, place this repo under weights/tts/parlertts (or pass the path explicitly), then:
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 via python3 scripts/prepare_weights_hf.py.
- Downloads last month
- 59