CoolFace
Modelpublic

eugenehp/f5tts

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes104downloads
Model Card

F5-TTS ONNX (RLX staging)

F5-TTS ONNX graphs + vocab for RLX.

FieldValue
Hub id`eugenehp/f5tts`
KindStaging redistrib of an upstream checkpoint for RLX runners.
RLX crate`rlx-f5tts`
Upstreamhttps://huggingface.co/huggingfacess/F5-TTS-ONNX

Quick start

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

File highlights

  • —f5-tts-v1-base-f16.gguf (952.8 MiB)
  • —F5_Transformer.onnx (633.6 MiB)
  • —F5_Decode.onnx (28.8 MiB)
  • —F5_Preprocess.onnx (16.2 MiB)
  • —vocab.txt (13.5 KiB)
  • —config.json (624 B)

Run with RLX

Clone rlx-models, place this repo under weights/tts/f5tts (or pass the path explicitly), then:

bash
cargo run -p rlx-f5tts --release -- --model-dir .

License

MIT — see LICENSE. Inherit upstream terms when redistributing.

Original weights and authorship: https://huggingface.co/huggingfacess/F5-TTS-ONNX

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.

eugenehp/f5tts · CoolFace