eugenehp/f5tts
0104
F5-TTS ONNX (RLX staging)
F5-TTS ONNX graphs + vocab for RLX.
Quick start
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:
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.
