Skip to content

Using index-tts as a Voice Generation Channel

Starting from v3.68, the F5-TTS configuration interface can be used for F5-TTS/Spark-TTS/index-TTS/Dia-TTS simultaneously. You only need to fill in the correct URL address (typically http://127.0.0.1:7860 for local machine) and select the corresponding service from the dropdown list.

Click here to download the index-tts 1.5 integrated package for win10/11

Click here to download the index-tts 2 integrated package for win10/11

Note: The current v3.78 does not support index-tts2. If you are using the source code deployment of pyVideoTrans software, you can modify the code as follows to achieve compatibility.

Open the file project_directory/videotrans/tts/_f5tts.py, search for the code:

api_name='/gen_single'

Then, add a new line of code above this line (note the trailing comma):

emo_ref_path=handle_file(data['ref_wav']),

This will make it compatible with indextts2.

After modification, it should look like the image below: