README.md
630 B · 20 lines · markdown Raw
1 ---
2 license: cc-by-nc-4.0
3 pipeline_tag: text-to-speech
4 library_name: f5-tts
5 datasets:
6 - amphion/Emilia-Dataset
7 ---
8
9 Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2 TTS](https://huggingface.co/SWivid/E2-TTS/tree/main/E2TTS_Base) and place under ckpts/
10 ```
11 ckpts/
12 F5TTS_v1_Base/
13 model_1250000.safetensors
14 F5TTS_Base/
15 model_1200000.safetensors
16 E2TTS_Base/
17 model_1200000.safetensors
18 ```
19 Github: https://github.com/SWivid/F5-TTS
20 Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)