MCPcopy Index your code
hub / github.com/AIFSH/ComfyUI-GPT_SoVITS

github.com/AIFSH/ComfyUI-GPT_SoVITS @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
799 symbols 2,115 edges 86 files 93 documented · 12% updated 23mo ago★ 25013 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

webpage
# 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](https://github.com/marticliment/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](https://hf-mirror.com/) to config your env. 或者下载[权重文件](https://pan.quark.cn/s/e5057be01087)解压后把`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](https://www.bilibili.com/video/BV1qx4y1h7T2) to download
Wechat
## Tutorial - [Demo](https://www.bilibili.com/video/BV1yC411G7NJ) - [Demo for mutiple speaker](https://www.bilibili.com/video/BV1QC41137Wq/) - [FULL WorkFLOW](https://www.bilibili.com/video/BV1pp421D7qa) ## My other nodes you may need - [ComfyUI-UVR5](https://github.com/AIFSH/ComfyUI-UVR5) - [ComfyUI-IP_LAP](https://github.com/AIFSH/ComfyUI-IP_LAP) ## WeChat Group && Donate
Wechat donate
## Thanks - [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)

Core symbols most depended-on inside this repo

keys
called by 20
GPT_SoVITS/utils.py
get_padding
called by 18
GPT_SoVITS/module/commons.py
items
called by 16
GPT_SoVITS/utils.py
num2str
called by 11
GPT_SoVITS/text/zh_normalization/num.py
step
called by 10
GPT_SoVITS/AR/modules/optim.py
cleaned_text_to_sequence
called by 7
GPT_SoVITS/text/__init__.py
_all_tone_three
called by 7
GPT_SoVITS/text/tone_sandhi.py
export
called by 6
GPT_SoVITS/onnx_export.py

Shape

Method 434
Function 232
Class 132
Route 1

Languages

Python97%
TypeScript3%

Modules by API surface

GPT_SoVITS/module/modules.py71 symbols
GPT_SoVITS/module/models.py53 symbols
GPT_SoVITS/module/models_onnx.py51 symbols
GPT_SoVITS/module/attentions.py39 symbols
GPT_SoVITS/module/core_vq.py29 symbols
GPT_SoVITS/utils.py25 symbols
GPT_SoVITS/onnx_export.py24 symbols
GPT_SoVITS/inference_webui.py24 symbols
GPT_SoVITS/module/attentions_onnx.py22 symbols
nodes.py21 symbols
inference.py21 symbols
GPT_SoVITS/AR/modules/transformer_onnx.py21 symbols

For agents

$ claude mcp add ComfyUI-GPT_SoVITS \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page