Added paper & links (#1)
Browse files- Added paper & links (9f43ce40e5aae9f3009ca2d83e587c389bd0e290)
Co-authored-by: Yassine Ennaour <[email protected]>
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
3 |
---
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|