Using index-tts as a Voiceover Source
Starting from v3.68, the F5-TTS configuration interface can also be used for F5-TTS, Spark-TTS, index-TTS, and Dia-TTS. You just need to enter the correct URL (typically http://127.0.0.1:7860 for a local setup) and select the corresponding service from the drop-down list.
Click here to download the index-tts 1.5 all-in-one package for Windows 10/11
Click here to download the index-tts 2 all-in-one package for Windows 10/11
Currently, v3.78 does not support index-tts2. If you have deployed the pyVideoTrans software from source, you can modify the code as follows to make it compatible.
Open the file [Project Directory]/videotrans/tts/_f5tts.py
and 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 ensure compatibility with index-tts2.
After modification, it should look like this: