An open API service indexing awesome lists of open source software.

https://github.com/yuvraj108c/ComfyUI-PiperTTS

ComfyUI Piper TTS Custom Node
https://github.com/yuvraj108c/ComfyUI-PiperTTS

comfyui piper tts

Last synced: 10 months ago
JSON representation

ComfyUI Piper TTS Custom Node

Awesome Lists containing this project

README

          

# ComfyUI PiperTTS

- Convert Text-to-Speech inside ComfyUI using [Piper](https://github.com/rhasspy/piper)
- Refer to the list of [supported voices](https://github.com/rhasspy/piper/blob/master/VOICES.md) before using this node.
- Models are automatically downloaded based on selected voices.



## Installation

Navigate to the ComfyUI `/custom_nodes` directory

```bash
git clone https://github.com/yuvraj108c/ComfyUI-PiperTTS
cd ./ComfyUI-PiperTTS
pip install -r requirements.txt
```

## Credits

- [rhasspy/piper](https://github.com/rhasspy/piper)
- [Kosinkadink/ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)