Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,13 @@ ckpts/
|
|
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)
|
|
|
10 |
F5TTS_Base/
|
11 |
model_1200000.pt
|
12 |
```
|
13 |
+
Inference with .safetensors option
|
14 |
+
```
|
15 |
+
ckpts/
|
16 |
+
E2TTS_Base/
|
17 |
+
model_1200000.safetensors
|
18 |
+
F5TTS_Base/
|
19 |
+
model_1200000.safetensors
|
20 |
+
```
|
21 |
Github: https://github.com/SWivid/F5-TTS
|
22 |
+
Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)
|