This is an AI project that depends on the ChatTTS project. The project includes a web user interface that allows users to interact with the model through the interface.
If you find it useful, please give it a star.
my_ai_project/
│
├── ChatTTS # Cloned directory of the ChatTTS project
│ └── ChatTTS
│ ├── experimental
│ ├── infer
│ ├── model
│ └── utils
├── environment # Virtual environment directory, contains all dependencies
├── models # Model files directory
│ ├── asset
│ └── config
├── outputs # Output files directory (e.g., logs, results, etc.)
├── webui # Web user interface code directory
│ ├── main.py # Main entry file for the web user interface
│ └── ... # Other files related to the web user interface
├── install.bat # One-click installation script for installing and configuring the project
├── run_webui.bat # Script to start the web user interface
├── update.bat # Script to update the ChatTTS project
├── update_chatts.py # Python script to update the ChatTTS project
└── requirements.txt # Project dependencies file
-
Install Conda: Download and install Miniconda or Anaconda from the Conda official website.
-
Clone this project:
git clone https://github.com/yuhaolove/ChatTTS-WebUI.git
-
Create and activate a virtual environment:
cd ChatTTS-WebUI conda create -n chattts_webui python=3.12.3 conda activate chattts_webui
-
Clone the ChatTTS repository:
cd ChatTTS-WebUI git clone https://github.com/2noise/ChatTTS.git
-
Install ChatTTS dependencies:
cd ChatTTS pip install -r requirements.txt cd ..
-
Install this project's WebUI dependencies:
pip install -r requirements.txt
- Download and run the installation script:
Click here to download the one-click installation package.
Download
For first-time use, double-click or run
install.bat
in the command line. The installation will complete and directly start the webui. For subsequent use, just double-clickrun_webui.bat
.
Double-click or run run_webui.bat
in the command line to start the Web user interface:
run_webui.bat
Not tested yet, you can directly use Conda's Python to start it:
python webui/main.py
If you cannot download the HF model files smoothly, you can download them manually and place them in the corresponding directory.
-
Download model files: Go to the model download page to download the model files.
-
Place the files in the corresponding directory:
├─models │ ├─asset │ └─config
- Make sure you have a stable network connection to download dependencies and clone repositories.
If you have any questions or need help, please contact [浩哥聊AI].
If you find this project helpful, please consider giving some support. Your support will help me continue to develop and maintain this project, and bring more useful features and improvements.
You can also scan the following QR codes to support:
Alipay | WeChat Pay |
---|---|
The names of all supporters (if willing to be public) will be recorded in the project's acknowledgment list. Thank you for your support!