diff --git a/README.md b/README.md index 5df84d2..b3e582e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching +# F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching ### Demo; Paper; Checkpoints. F5-TTS, a fully non-autoregressive text-to-speech system based on flow matching with Diffusion Transformer (DiT). Without requiring complex designs such as duration model, text encoder, and phoneme alignment, the text input is simply padded with filler tokens to the same length as input speech, and then the denoising is performed for speech generation, which was originally proved feasible by E2 TTS.