GSTTS-ComfyUI

GSTTS-ComfyUI
★ 44

语音合成TTSComfyUI节点GPT-SoVITS
将 GPT-SoVITS 无缝接入 ComfyUI 的自定义节点,便于在可视化工作流中调用模型进行文本到语音合成与流程自动化。
💡 在ComfyUI流程中调用GPT-SoVITS生成语音
🍴 5 Forks💻 Python🔄 2024-08-25
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c1eafc754fbb
📦 requirements.txt
matplotlib
pandas
scipy
tensorboard
librosa
numba==0.56.4
pytorch-lightning
ffmpeg-python
onnxruntime;
sys_platform
==
'darwin'
#
onnxruntime-gpu;
sys_platform
!=
'darwin'
tqdm
funasr
cn2an
pypinyin
pyopenjtalk
g2p_en
modelscope
sentencepiece
transformers
chardet
PyYAML
psutil
jieba_fast
jieba
LangSegment>=0.2.0
Faster_Whisper
wordsegment
rotary_embedding_torch
pyjyutping
g2pk2
ko_pron
opencc;
sys_platform
!=
'linux'
opencc==1.1.1;
sys_platform
==
'linux'
python_mecab_ko;
sys_platform
!=
'win32'
translators
srt
📄 README

GSTTS-ComfyUI

a comfyui custom node for GPT-SoVITS, wokflow can be find in here

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 (数字千年法案) 和其他相关法律法规.

Windows一键包

下载链接,及时转存

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/GSTTS-ComfyUI.git
cd GSTTS-ComfyUI
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.

Tutorial

  • Run Online
  • [GPT-SoVITS V2的ComfyUI插件来啦! | ComfyUI数字人之音色克隆篇-哔哩哔哩](https://b23.tv/mhskKcZ)
  • Thanks

  • GPT-SoVITS