sonnn commited on
Commit ·
8c51525
1
Parent(s): a37e9e5
Add paper/demo/badges to README and upload model checkpoint
Browse files- README.md +21 -1
- diflow-tts.ckpt +3 -0
README.md
CHANGED
|
@@ -3,4 +3,24 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
<h1 align="center">DiFlow-TTS: Compact and Low-Latency Zero-Shot Text-to-Speech with Discrete Flow Matching</h1>
|
| 9 |
+
|
| 10 |
+
<p align="center">
|
| 11 |
+
<a href="https://github.com/Fsoft-AIC/DiFlowTTS/tree/main"><img src="https://img.shields.io/badge/GitHub-Code-181717?logo=github" alt="GitHub"></a>
|
| 12 |
+
<a href="https://arxiv.org/abs/2509.09631"><img src="https://img.shields.io/badge/arXiv-2509.09631-b31b1b?logo=arxiv" alt="Paper"></a>
|
| 13 |
+
<a href="https://fsoft-aic.github.io/SonNN45-Demo/projects/diflowtts/"><img src="https://img.shields.io/badge/Demo-Page-blue?logo=googlechrome&logoColor=white" alt="Demo"></a>
|
| 14 |
+
<a href="https://interspeech2026.org/en-AU"><img src="https://img.shields.io/badge/Interspeech-2026-orange" alt="Interspeech 2026"></a>
|
| 15 |
+
</p>
|
| 16 |
+
|
| 17 |
+
> [!NOTE]
|
| 18 |
+
> DiFlow-TTS is trained on 470 hours of the LibriTTS dataset, which consists of **predominantly neutral speech**. As a result, **it may not perform well on prompts with strong emotional expression**.
|
| 19 |
+
|
| 20 |
+
Download [DiFlow-TTS](https://https://huggingface.co/Fsoft-AIC/DiFlowTTS/tree/main/diflowtts.ckpt) checkpoint, and place it as follows:
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
root/
|
| 24 |
+
└── ckpts/
|
| 25 |
+
└── diflow-tts.ckpt
|
| 26 |
+
```
|
diflow-tts.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:180e204c2611959106ea7663b23d86d9213e0b18796fa9fb59a8495290206111
|
| 3 |
+
size 2310135274
|