Text-to-Speech
F5-TTS
Lyte commited on
Commit
9f43ce4
1 Parent(s): 48ce316

Added paper & links

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,5 +1,14 @@
1
  ---
2
  license: cc-by-4.0
 
3
  ---
4
- download and place under ckpts/
5
- github repo: https://github.com/SWivid/F5-TTS
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ pipeline_tag: text-to-speech
4
  ---
5
+ Download [F5-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [E2-TTS](https://huggingface.co/SWivid/F5-TTS/tree/main/E2TTS_Base) and place under ckpts/
6
+ ```
7
+ ckpts/
8
+ E2TTS_Base/
9
+ model_1200000.pt
10
+ F5TTS_Base/
11
+ model_1200000.pt
12
+ ```
13
+ Github: https://github.com/SWivid/F5-TTS
14
+ Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)