Nodes Browser

ComfyDeploy: How GSTTS-ComfyUI works in ComfyUI?

What is GSTTS-ComfyUI?

a comfyui custom node for [a/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for GSTTS-ComfyUI and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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

Thanks