创建并激活环境
conda create -n f5-tts python=3.10 conda activate f5-tts
安装 PyTorch
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
安装 F5-TTS 1.1.1 主体包
pip install f5-tts
安装数字转中文
pip install cn2an
启动程序
f5-tts_infer-gradio