Official Demo From F5-TTS
Demo.mp4
python -m venv f5-tts
source f5-tts/bin/activate
f5-tts\Scripts\activate
conda create -n f5-tts python=3.10
conda activate f5-tts
nvcc --version
Step 3: Install PyTorch and Torchaudio with CUDA pytorch.org
pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
pip install git+https://github.com/SWivid/F5-TTS.git
f5-tts_infer-gradio
f5-tts_infer-gradio --port 7860 --host 0.0.0.0
f5-tts_infer-gradio --share
deactivate
Follow this Colab Notebook to run it on local device too
@article{chen-etal-2024-f5tts,
title={F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching},
author={Yushen Chen and Zhikang Niu and Ziyang Ma and Keqi Deng and Chunhui Wang and Jian Zhao and Kai Yu and Xie Chen},
journal={arXiv preprint arXiv:2410.06885},
year={2024},
}