chattts
ChatTTS
Update: 2024-06-01
在 macOS 下,使用 chattts
本视频演示在 macOS m1 下,使用 ChatTTS 和 ChatTTS webUI
1 | conda create -n chattts |
安装完成后,使用
1 | chattts '原神,启动!' |
使用固定的种子生成特定风格的语音
1 | chattts '原神,启动!' --seed 114514 |
1 | git clone https://github.com/jianchang512/ChatTTS-ui.git |
执行 python3 app.py
启动,将自动打开浏览器窗口,默认地址 http://127.0.0.1:9966 (注意:默认从 modelscope 魔塔下载模型,不可使用代理下载,请关闭代理)
部署 ChatTTS webUI 过程中,如果遇到报错 Dynamo is not supported on Python 3.12
这是因为:不支持 python3.12+
版本,降级到 python3.10
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.