ComfyUI-GPT_SoVITS

ComfyUI-GPT_SoVITS
★ 250

语音克隆文本转语音多说话人支持srt
在ComfyUI中集成GPT-SoVITS,实现TTS与语音克隆,支持srt字幕与多说话人微调,便于流程化语音合成。
💡 在ComfyUI里用GPT-SoVITS做TTS与多说话人语音克隆。
🍴 20 Forks💻 Python🔄 2024-08-09
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b6135d9bd930
📦 requirements.txt
pydub
srt
librosa
LangSegment
transformers
cn2an
pypinyin
jieba_fast
pyopenjtalk
wordsegment
g2p_en
pytorch_lightning
audiotsm
ffmpeg-python
📄 README

new repo https://github.com/AIFSH/GSTTS-ComfyUI

ComfyUI-GPT_SoVITS

a comfyui custom node for GPT-SoVITS! you can voice cloning and tts in comfyui now

Disclaimer / 免责声明

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.

我们不对代码库的任何非法使用承担任何责任. 请参阅您当地关于 DMCA (数字千年法案) 和其他相关法律法规.

Features

  • srt file for subtitle was supported
  • mutiple speaker was supported in finetune and inference by srt
  • huge comfyui custom nodes can merge in gpt_sovits
  • How to use

    make sure ffmpeg is worked in your commandline

    for Linux

    apt update
    apt install ffmpeg

    for Windows,you can install ffmpeg by WingetUI 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 follow hf-mirror to config your env.

    或者下载权重文件解压后把pretrained_models整个文件夹放进ComfyUI-GPT_SoVITS目录

    Windows

    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

    Tutorial

  • Demo
  • Demo for mutiple speaker
  • FULL WorkFLOW
  • My other nodes you may need

  • ComfyUI-UVR5
  • ComfyUI-IP_LAP
  • WeChat Group && Donate

    Thanks

  • GPT-SoVITS