安装与运行要求
IndexTTS目前需要本地搭建环境,主要安装步骤如下:
- Preparing the base environment:Python 3.8+、Git版本控制工具
- hardware requirement:推荐配备NVIDIA显卡(GPU)以加速处理,支持CUDA
- Download Code:通过git clone获取项目源代码
- Installation of dependencies:包括PyTorch、NumPy和Torchaudio等库
- Getting the model:需邮件联系官方获取预训练模型文件
最低配置建议
- CPU版本:内存至少8GB,但处理速度较慢
- GPU版本:显存建议4GB以上
- 存储空间:需预留足够空间存放模型文件(通常几百MB到数GB)
注意:完整功能需要联系xuanwu@bilibili.com获取预训练模型。
This answer comes from the articleIndexTTS: Text-to-Speech Tool with Chinese-English Mixing SupportThe