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

This commit is contained in:
SWivid
2024-10-14 12:37:22 +08:00
parent ac36558bfd
commit 408075fa58

View File

@@ -1,5 +1,6 @@
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
[![python](https://img.shields.io/badge/Python-3.10-brightgreen)](https://github.com/SWivid/F5-TTS)
[![arXiv](https://img.shields.io/badge/arXiv-2410.06885-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2410.06885)
[![demo](https://img.shields.io/badge/GitHub-Demo%20page-blue.svg)](https://swivid.github.io/F5-TTS/)
[![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
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
```
**Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
## Prepare Dataset
Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.