mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
Update README.md; add python version, numpy<2.x instruct.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching
|
||||
|
||||
[](https://github.com/SWivid/F5-TTS)
|
||||
[](https://arxiv.org/abs/2410.06885)
|
||||
[](https://swivid.github.io/F5-TTS/)
|
||||
[](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`.
|
||||
|
||||
Reference in New Issue
Block a user