无需购买服务器即可免费在线托管 ChatTTS。
ChatTTS 是专门为对话场景设计的文本转语音模型。
Colab 是一项托管的 Jupyter Notebook 服务。
部署项目
首先,需要有一个 Google 账号,然后新建一个 Colab 项目。
然后把下面的代码粘贴到项目中,点击「运行」按钮。
!git clone -q https://github.com/6drf21e/ChatTTS_colab
%cd ChatTTS_colab
!git clone -q https://github.com/2noise/ChatTTS
%cd ChatTTS
!git checkout -q e6412b1
%cd ..
!mv ChatTTS abc
!mv abc/* /content/ChatTTS_colab/
!pip install -q omegaconf vocos vector_quantize_pytorch gradio cn2an pypinyin openai jieba WeTextProcessing python-dotenv
# 启动 Gradio 有公网地址
!python webui_mix.py –share
需要一会时间等待部署完成。当显示出下图内容的时候就代表部署完成了,打开 public URL 就可以使用了。
版本介绍
发表回复