Update README.md
Browse files
README.md
CHANGED
@@ -5,22 +5,15 @@ library_name: f5-tts
|
|
5 |
datasets:
|
6 |
- amphion/Emilia-Dataset
|
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 |
-
|
14 |
-
|
15 |
F5TTS_Base/
|
16 |
-
model_1200000.pt
|
17 |
-
```
|
18 |
-
Inference with .safetensors option
|
19 |
-
```
|
20 |
-
ckpts/
|
21 |
-
E2TTS_Base/
|
22 |
model_1200000.safetensors
|
23 |
-
|
24 |
model_1200000.safetensors
|
25 |
```
|
26 |
Github: https://github.com/SWivid/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
|