Zhikang Niu commited on
Commit
1a09b80
·
unverified ·
1 Parent(s): 147fc2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -189,11 +189,13 @@ python scripts/eval_librispeech_test_clean.py
189
  - [lucidrains](https://github.com/lucidrains) initial CFM structure with also [bfs18](https://github.com/bfs18) for discussion
190
  - [SD3](https://arxiv.org/abs/2403.03206) & [Hugging Face diffusers](https://github.com/huggingface/diffusers) DiT and MMDiT code structure
191
  - [torchdiffeq](https://github.com/rtqichen/torchdiffeq) as ODE solver, [Vocos](https://huggingface.co/charactr/vocos-mel-24khz) as vocoder
192
- - [mrfakename](https://x.com/realmrfakename) huggingface space demo ~
193
  - [FunASR](https://github.com/modelscope/FunASR), [faster-whisper](https://github.com/SYSTRAN/faster-whisper), [UniSpeech](https://github.com/microsoft/UniSpeech) for evaluation tools
194
  - [ctc-forced-aligner](https://github.com/MahmoudAshraf97/ctc-forced-aligner) for speech edit test
 
 
195
 
196
  ## Citation
 
197
  ```
198
  @article{chen-etal-2024-f5tts,
199
  title={F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching},
 
189
  - [lucidrains](https://github.com/lucidrains) initial CFM structure with also [bfs18](https://github.com/bfs18) for discussion
190
  - [SD3](https://arxiv.org/abs/2403.03206) & [Hugging Face diffusers](https://github.com/huggingface/diffusers) DiT and MMDiT code structure
191
  - [torchdiffeq](https://github.com/rtqichen/torchdiffeq) as ODE solver, [Vocos](https://huggingface.co/charactr/vocos-mel-24khz) as vocoder
 
192
  - [FunASR](https://github.com/modelscope/FunASR), [faster-whisper](https://github.com/SYSTRAN/faster-whisper), [UniSpeech](https://github.com/microsoft/UniSpeech) for evaluation tools
193
  - [ctc-forced-aligner](https://github.com/MahmoudAshraf97/ctc-forced-aligner) for speech edit test
194
+ - [mrfakename](https://x.com/realmrfakename) huggingface space demo ~
195
+ - [f5-tts-mlx](https://github.com/lucasnewman/f5-tts-mlx/tree/main) Implementation of F5-TTS, with the MLX framework.
196
 
197
  ## Citation
198
+ If our work and codebase is useful for you, please cite as:
199
  ```
200
  @article{chen-etal-2024-f5tts,
201
  title={F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching},