new repo https://github.com/AIFSH/GSTTS-ComfyUI
a comfyui custom node for GPT-SoVITS! you can voice cloning and tts in comfyui now

We do not hold any responsibility for any illegal usage of the codebase. Please refer to your local laws about DMCA and other related laws.
srt file for subtitle was supportedsrt make sure ffmpeg is worked in your commandline for Linux
apt update
apt install ffmpeg
for Windows, you can install ffmpeg by WinetUI automatically
Then!
git clone https://github.com/AIFSH/ComfyUI-GPT_SoVITS.git
cd ComfyUI-GPT_SoVITS
pip install -r requirements.txt
weights will be downloaded from huggingface automatically! if you in china,make sure your internet attach the huggingface or if you still struggle with huggingface, you may try following hf-mirror to config your env.
Or download the weight file and decompress it, put the entire folder of pretrained_models into ComfyUI-GPT_SoVITS directory
There is a portable standalone build for Windows that should work for running on Nvidia GPUs and cuda>=11.8, click the link to download


