Index-TTS2 Windows One-Click Integration Package Download
Download Links
Baidu Netdisk Download Link: https://pan.baidu.com/s/1tCOYpLJXwHvLTtlBqQgAdw?pwd=in6j
GitHub Download Link: https://github.com/jianchang512/stt/releases/download/0.0/index-tts2-0911-win.7z
How to Use
- After downloading, extract the file first.
- Double-click the
双击启动.bat
file in the extracted folder. - The first launch will automatically create a Python environment, install dependencies, and download the Index-TTS2 model. This process may take from a few minutes to several tens of minutes, so please be patient.
If the bottom of the window eventually displays as shown below, it indicates success.
If an Error:
or text as shown below appears, it indicates failure. Please close the window and reopen it.
- Upon success, it will automatically open the address
http://127.0.0.1:7860
in your browser.
Change Model Download Source
By default, the Index-TTS2 model is downloaded from modelscope.cn. If you prefer to download from huggingface.co, open the webui.py
file, locate line 53, remove the #
symbols from the following 4 lines, and then delete the subsequent 3 lines. See the image below for reference.