Text-to-Speech
f5-tts
SWivid commited on
Commit
0a5fb31
1 Parent(s): 0cce16e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
  ---
8
  ### 2024/10/14. We change the License of this ckpt repo to CC-BY-NC-4.0 following the used training set Emilia, which is an in-the-wild dataset. Sorry for any inconvenience this may cause. Our codebase remains under the MIT license.
9
 
10
- 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/
11
  ```
12
  ckpts/
13
  E2TTS_Base/
@@ -24,4 +24,5 @@ ckpts/
24
  model_1200000.safetensors
25
  ```
26
  Github: https://github.com/SWivid/F5-TTS
27
- Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)
 
 
7
  ---
8
  ### 2024/10/14. We change the License of this ckpt repo to CC-BY-NC-4.0 following the used training set Emilia, which is an in-the-wild dataset. Sorry for any inconvenience this may cause. Our codebase remains under the MIT license.
9
 
10
+ 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/
11
  ```
12
  ckpts/
13
  E2TTS_Base/
 
24
  model_1200000.safetensors
25
  ```
26
  Github: https://github.com/SWivid/F5-TTS
27
+ Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)
28
+ Paper: [E2 TTS: Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS](https://huggingface.co/papers/2406.18009)