SWivid commited on
Commit
408075f
·
1 Parent(s): ac36558

Update README.md; add python version, numpy<2.x instruct.

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  # F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
2
 
 
3
  [![arXiv](https://img.shields.io/badge/arXiv-2410.06885-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2410.06885)
4
  [![demo](https://img.shields.io/badge/GitHub-Demo%20page-blue.svg)](https://swivid.github.io/F5-TTS/)
5
  [![space](https://img.shields.io/badge/🤗-Space%20demo-yellow)](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
@@ -32,6 +33,8 @@ pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/wh
32
  pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
33
  ```
34
 
 
 
35
  ## Prepare Dataset
36
 
37
  Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.
 
1
  # F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
2
 
3
+ [![python](https://img.shields.io/badge/Python-3.10-brightgreen)](https://github.com/SWivid/F5-TTS)
4
  [![arXiv](https://img.shields.io/badge/arXiv-2410.06885-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2410.06885)
5
  [![demo](https://img.shields.io/badge/GitHub-Demo%20page-blue.svg)](https://swivid.github.io/F5-TTS/)
6
  [![space](https://img.shields.io/badge/🤗-Space%20demo-yellow)](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
 
33
  pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
34
  ```
35
 
36
+ **Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
37
+
38
  ## Prepare Dataset
39
 
40
  Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.