GPT-SoVITS_TTS

April 13, 2025 ยท View on GitHub

An extension to use GPT-SoVITS in text generation webui, it uses the v2 version of the API

Usage

image

If you not familiar with this TTS, just type the relative path from the GPT SoVits or the absolute path of the audio file, the prompt text is the transcription of the audio and isn't required. Filling the languages will improve the quality!

Instalation

Install from Session tab of text generation webui or Clone this repository into the extension folder

Set up GPT_SoVits

Follow the instruction of GPT SoVits or download the package in realease (I recommend the v2) image In the config.py of the GPT SoVits fill with you model's paths, it's possible to change model through the API but I'm not doing that
image

And finally, to launch the API server run runtime\python.exe .\api_v2.py -a 0.0.0.0 if you downloaded the package.