Docker镜像自动构建并上传到阿里云(最新Docker镜像前往 GitHub Action 查看)
docker pull registry.cn-hangzhou.aliyuncs.com/joybo/index-tts:latest
git clone https://github.com/index-tts/index-tts.git
cd index-tts
huggingface-cli download IndexTeam/Index-TTS --local-dir ./checkpoints
modelscope download --model IndexTeam/Index-TTS --local-dir ./checkpoints # 可选,使用魔塔社区下载
将 Index-TTS 映射至 Docker 中的 /app/index-tts 即可,默认端口:7860