# ComfyUI-ChatTTS **Repository Path**: nbedk/ComfyUI-ChatTTS ## Basic Information - **Project Name**: ComfyUI-ChatTTS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-31 - **Last Updated**: 2025-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComfyUI-ChatTTS a comfyui custom node for [ChatTTS](https://github.com/2noise/ChatTTS)
webpage
## 免责声明 This repo is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal 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. 本文件中的信息仅供学术交流使用。其目的是用于教育和研究,不得用于任何商业或法律目的。作者不保证信息的准确性、完整性或可靠性。本文件中使用的信息和数据,仅用于学术研究目的。这些数据来自公开可用的来源,作者不对数据的所有权或版权提出任何主张。 ## How to use ``` git clone https://github.com/AIFSH/ComfyUI-ChatTTS.git cd ComfyUI-ChatTTS pip install -r requirements.txt # if Linux, you need install follow module to enable text normalize pip install pynini==2.1.5 pip install Cython pip install WeTextProcessing ``` `weights` will be downloaded from huggingface automatically! if you in china,make sure your internet attach the huggingface or if you still struggle with huggingface, you may try follow [hf-mirror](https://hf-mirror.com/) to config your env. or download the `asset` and `config` from [2Noise/ChatTTS](https://hf-mirror.com/2Noise/ChatTTS/tree/main), put them in `ComfyUI-ChatTTS/pretrained_models` ## Tutorial - [Demo](https://www.bilibili.com/video/BV1Wt421K7VV) ## WeChat Group && Donate
Wechat donate
## Thanks [ChatTTS](https://github.com/2noise/ChatTTS)