Using index-tts as a Voiceover Channel
From v3.68 onwards, the configuration interface of F5-TTS can be used simultaneously for F5-TTS/Spark-TTS/index-TTS/Dia-TTS. You only need to fill in the correct URL address (usually http://127.0.0.1:7860 on the local machine) and select the corresponding service in the dropdown list.
Click here to download the index-tts 1.5 integration package for Win10/11
Click here to download the index-tts 2 integration package for Win10/11
Currently, v3.78 does not support using index-tts2. If you deployed pyVideoTrans from source code, 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 comma at the end):
emo_ref_path=handle_file(data['ref_wav']),
This will make it compatible with indextts2.
The modification should look like this: