安装说明

  1. 请确保已安装 CONDA
  2. 请确保已安装 GIT
  3. 请确保已安装 CUDA 12.8 并配置好 cuDNN,点击下载
  4. 整合包下载:点击下载
创建并激活环境
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