安装需求
Muyan-TTS需要在Linux环境下运行,推荐使用Ubuntu系统。主要依赖包括Python 3.10、FFmpeg等工具。
Installationsschritte
- Klonen von GitHub-Repositories:
git clone https://github.com/MYZY-AI/Muyan-TTS.git
- 创建conda虚拟环境:
conda create -n muyan-tts python=3.10 -y
- Installieren Sie die Projektabhängigkeiten:
make build
- 下载预训练模型(需约20GB存储空间)
Hardware-Voraussetzung
- 推理环境:建议使用NVIDIA A100(40GB)或同级别GPU
- 训练环境:预训练需多卡GPU集群(总训练成本约5万美元)
- Speicheranforderungen:基础模型推理需至少16GB GPU显存
Optionen für den Einsatz
支持本地API部署(默认端口8020),可通过python api.py
启动服务,方便集成到各类应用系统。
Diese Antwort stammt aus dem ArtikelMuyan-TTS: Personalisiertes Podcast-Sprachtraining und -syntheseDie