Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/gstts-comfyui
a comfyui custom node for GPT-SoVITS
https://github.com/aifsh/gstts-comfyui
Last synced: 2 months ago
JSON representation
a comfyui custom node for GPT-SoVITS
- Host: GitHub
- URL: https://github.com/aifsh/gstts-comfyui
- Owner: AIFSH
- License: mit
- Created: 2024-08-08T00:56:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T03:23:24.000Z (5 months ago)
- Last Synced: 2024-08-25T09:36:11.581Z (5 months ago)
- Language: Python
- Size: 4.31 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GSTTS-ComfyUI
a comfyui custom node for [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS), `wokflow` can be find in [here](./workflows)# 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一键包
[下载链接,及时转存](https://pan.quark.cn/s/aaadcbf3181f)## 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) automaticallythen!
```
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](https://hf-mirror.com/) to config your env.## Tutorial
- [Run Online](https://www.xiangongyun.com/image/detail/13706bf7-f3e6-4e29-bb97-c79405f5def4)
- [GPT-SoVITS V2的ComfyUI插件来啦! | ComfyUI数字人之音色克隆篇-哔哩哔哩](https://b23.tv/mhskKcZ)## Thanks
- [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)