Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-xtts
a custom comfyui node for coqui-ai/TTS's xtts module! support 17 languages voice cloning and tts
https://github.com/aifsh/comfyui-xtts
comfyui tts voicecloning xttsv2
Last synced: 22 days ago
JSON representation
a custom comfyui node for coqui-ai/TTS's xtts module! support 17 languages voice cloning and tts
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-xtts
- Owner: AIFSH
- License: mpl-2.0
- Created: 2024-05-08T03:20:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T09:45:59.000Z (7 months ago)
- Last Synced: 2024-12-19T03:03:03.453Z (23 days ago)
- Topics: comfyui, tts, voicecloning, xttsv2
- Language: Python
- Homepage:
- Size: 847 KB
- Stars: 46
- Watchers: 1
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ComfyUI-XTTS
a custom comfyui node for [coqui-ai/TTS](https://github.com/coqui-ai/TTS.git)'s xtts module! support 17 languages voice cloning and ttsEnglish (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt), Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko) Hindi (hi)
# 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 xtts## 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/ComfyUI-XTTS.git
cd ComfyUI-XTTS
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/43917b8b8572)解压后把`pretrained_models`整个文件夹放进`ComfyUI-XTTS`目录
## Tutorial
[Demo](https://www.bilibili.com/video/BV1Wt421u7tu)## Params
- `temperature`: The softmax temperature of the autoregressive model. Defaults to 0.65.
- `length_penalty`: A length penalty applied to the autoregressive decoder. Higher settings causes the model to produce more terse outputs. Defaults to 1.0.
- `repetition_penalty`: A penalty that prevents the autoregressive decoder from repeating itself during decoding. Can be used to reduce the incidence of long silences or “uhhhhhhs”, etc. Defaults to 2.0.
- `top_k`: Lower values mean the decoder produces more “likely” (aka boring) outputs. Defaults to 50.
- `top_p`: Lower values mean the decoder produces more “likely” (aka boring) outputs. Defaults to 0.8.
- `speed`: The speed rate of the generated audio. Defaults to 1.0. (can produce artifacts if far from 1.0)
## WeChat Group && Donate
## Thanks
[coqui-ai/TTS](https://github.com/coqui-ai/TTS.git)