ChatTTS
2noise/ChatTTS
A generative speech model for daily dialogue.
Overview
ChatTTS is a text-to-speech (TTS) model designed specifically for dialogue scenarios, such as LLM assistant applications. It supports multiple speakers and provides fine-grained control over prosodic features like laughter, pauses, and interjections.
Categories
Tags
Similar tools
LocalAI
mudler/LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
ai-engineering-from-scratch
rohitg00/ai-engineering-from-scratch
Learn it. Build it. Ship it for others.
agenticSeek
Fosowl/agenticSeek
Private, Local Manus AI Alternative with Autonomous Capabilities
awesome-generative-ai
steven2358/awesome-generative-ai
Curated list of modern Generative AI projects and services
Awesome-LLMOps
tensorchord/Awesome-LLMOps
An awesome & curated list of the best LLMOps tools for developers
Ask-Anything
OpenGVLab/Ask-Anything
VideoChat Family: ChatGPT with video understanding and more LMs
Install
pip install ChatTTSREADME
ChatTTS
A generative speech model for daily dialogue.
English | 简体中文 | 日本語 | Русский | Español | Français | 한국어
Introduction
[!Note] This repo contains the algorithm infrastructure and some simple examples.
[!Tip] For the extended end-user products, please refer to the index repo Awesome-ChatTTS maintained by the community.
You can find a diagram visualization of the codebase here.
ChatTTS is a text-to-speech model designed specifically for dialogue scenarios such as LLM assistant.
Supported Languages
- English
- Chinese
- Coming Soon...
Highlights
You can refer to this video on Bilibili for the detailed description.
- Conversational TTS: ChatTTS is optimized for dialogue-based tasks, enabling natural and expressive speech synthesis. It supports multiple speakers, facilitating interactive conversations.
- Fine-grained Control: The model could predict and control fine-grained prosodic features, including laughter, pauses, and interjections.
- Better Prosody: ChatTTS surpasses most of open-source TTS models in terms of prosody. We provide pretrained models to support further research and development.
Dataset & Model
[!Important] The released model is for academic purposes only.
- The main model is trained with Chinese and English audio data of 100,000+ hours.
- The open-source version on HuggingFace is a 40,000 hours pre-trained model without SFT.
Roadmap
- Open-source the 40k-hours-base model and spk_stats file.
- Streaming audio generation.
- Open-source DVAE encoder and zero shot inferring code.
- Multi-emotion controlling.
- ChatTTS.cpp (new repo in
2noiseorg is welcomed)
Licenses
The Code
The code is published under AGPLv3+ license.
The model
The model is published under CC BY-NC 4.0 license. It is intended for educational and research use, and should not be used for any commercial or illegal purposes. The authors do not guarantee the accuracy, completeness, or reliability of the information. The information and data used in this repo, are for academic and research purposes only. The data obtained from publicly available sources, and the authors do not claim any ownership or copyright over the data.
Disclaimer
ChatTTS is a powerful text-to-speech system. However, it is very important to utilize this technology responsibly and ethically. To limit the use of ChatTTS, we added a small amount of high-frequency noise during the training of the 40,000-hour model, and compressed the audio quality as much as possible using MP3 format, to prevent malicious actors from potentially using it for criminal purposes. At the same time, we have internally trained a detection model and plan to open-source it in the future.
Contact
GitHub issues/PRs are always welcomed.
Formal Inquiries
For formal inquiries about the model and roadmap, please contact us at open-source@2noise.com.
Online Chat
1. QQ Group (Chinese Social APP)
- Group 1, 808364215
- Group 2, 230696694
- Group 3, 933639842
- Group 4, 608667975
2. Discord Server
Join by clicking here.
Get Started
Clone Repo
git clone https://github.com/2noise/ChatTTS
cd ChatTTS