Index-TTS2 Windows One-Click Installer Download
Download Links
GitHub Download Link: https://github.com/jianchang512/stt/releases/download/0.0/index-tts2-0911-win.7z
How to Use
- First, download and unzip the package.
- Double-click the
双击启动.bat
(Double-click to start.bat) file in the unzipped folder. - The first launch will automatically create a Python environment, install dependencies, and download the Index-TTS2 model. This process can take from several minutes to several tens of minutes. Please be patient.
If the bottom of the terminal window looks like the image below, the setup was successful.
If you see an Error:
message or the text shown in the image below, the setup has failed. Please close the window and try running the .bat
file again.
- Upon success, it will automatically open the address
http://127.0.0.1:7860
in your web browser.
Changing the Model Download Source
By default, the Index-TTS2 model is downloaded from modelscope.cn. If you wish to download it from huggingface.co instead, open the webui.py
file, go to line 53, remove the #
symbol from the beginning of the next four lines, and then delete the three lines that follow. See the image below for reference.