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
- Host: GitHub
- URL: https://github.com/yuvraj108c/ComfyUI-PiperTTS
- Owner: yuvraj108c
- License: mit
- Created: 2024-04-06T12:01:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T17:16:28.000Z (about 2 years ago)
- Last Synced: 2024-04-07T13:26:41.582Z (about 2 years ago)
- Topics: comfyui, piper, tts
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI PiperTTS** - to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper) (Workflows (3395) sorted by GitHub Stars)
- awesome-comfyui - **ComfyUI PiperTTS** - to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper) (All Workflows Sorted by GitHub Stars)
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)