Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnewman authored Oct 13, 2024
1 parent 5d9dddc commit 26f4ba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ F5 is an evolution of [E2 TTS](https://arxiv.org/abs/2406.18009v2) and improves
pip install f5-tts-mlx
```

Pretrained model weights are available [on Hugging Face](https://huggingface.co/SWivid/F5-TTS).
Pretrained model weights are available [on Hugging Face](https://huggingface.co/lucasnewman/f5-tts-mlx).

You'll also need a vocabulary (see the `data` folder) and mel filterbanks (see the `assets` folder) to preprocess the text & audio before generating speech.

## Usage

Expand Down

0 comments on commit 26f4ba2

Please sign in to comment.