Skip to content
forked from 2noise/ChatTTS

A generative speech model for daily dialogue.

License

Notifications You must be signed in to change notification settings

Superheroff/ChatTTS

 
 

Repository files navigation

所需工具

  • git
  • PyCharm
  • 下载源
  • https://mirrors.bfsu.edu.cn/pypi/web/simple/
  • 请勿在markdown直接运行命令,须在根目录执行,他的markdown不在根目录,直接运行会报错

所需命令

git clone [email protected]:2noise/ChatTTS.git

下载模型

  • 打开魔塔社区
  • git需要退出chattts目录
  • git lfs install
    git clone https://www.modelscope.cn/pzc163/chatTTS.git
  • asset文件夹复制到chattts目录

运行方式

  • 方式一:运行webui.py

  •   python examples/web/webui.py
  • 方式二:直接命令行生成

  •   python examples/cmd/run.py "Your text 1." "Your text 2."
  • 方式三:运行webapi,通过接口生成

  •   fastapi dev examples/api/main.py --host 0.0.0.0 --port 8080
  • 首次运行会自动下载DVAE_full.pt 这个模型

About

A generative speech model for daily dialogue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%