Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 994 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 994 Bytes

ChatTTS-Practice

Tip

新手小白入门——基于ChatTTS的FastAPI+Gradio入门练习项目

项目运行

1. 启动FastAPI

cd fastapi
uvicorn main:app --port 7788

2. 启动Gradio

cd gradio
python demo.py

使用示例

文本转语音
① 默认参数一键生成

文本转语音

② 自定义参数生成

可调参数

③ 新增功能生成

新增功能

声音克隆

声音克隆

有声小说

有声小说

参考

https://github.com/2noise/ChatTTS

https://github.com/6drf21e/ChatTTS_colab

https://github.com/CCmahua/ChatTTS-Enhanced

Note

本人是初学者,希望大家可以多提一点建议!