# ComfyUI-PiperTTS **Repository Path**: sd-comfy/ComfyUI-PiperTTS ## Basic Information - **Project Name**: ComfyUI-PiperTTS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)