https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode
Comfy node for Parler TTS is a high quality TTS with promptable descriptions Part of IF_AI_tools
https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode
Last synced: 28 days ago
JSON representation
Comfy node for Parler TTS is a high quality TTS with promptable descriptions Part of IF_AI_tools
- Host: GitHub
- URL: https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode
- Owner: if-ai
- License: apache-2.0
- Created: 2024-04-18T01:16:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T09:16:22.000Z (about 1 month ago)
- Last Synced: 2025-03-09T10:20:38.706Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **IF_ParlerTTSNode**
README
# IF_ParlerTTSNode: Comfy Node for Parler TTS
This node provides access to the high-quality Parler TTS with promptable descriptions within ComfyUI. It is part of the IF_AI_tools collection.
## Installation
**Prerequisites:**
* **Python environment:** You need a Python environment with pip. You can use virtual environments like venv or conda environments.
* **ComfyUI:** Ensure you have ComfyUI installed and set up.**Installation Steps:**
1. **Activate your Python environment.**
2. **Install Parler TTS:**
* **Linux/macOS:**
```bash
pip install git+https://github.com/huggingface/parler-tts.git
```
* **Windows (Portable Embedded Python):**
```bash
H:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install git+https://github.com/huggingface/parler-tts.git
```
3. **Install ffmpy (if necessary):**
* If you encounter issues with ffmpy, follow these instructions:
1. Download ffmpy from https://pypi.org/project/ffmpy/#files
2. Extract the downloaded code.
3. In the `setup.py` file, comment out line 4 (`#from ffmpy import __version__`).
4. Change the version string on line 8 to the actual version (e.g., `version="0.3.0"`).
5. Open a terminal in the extracted ffmpy directory.
6. Run the following command, replacing `` with the path to your Python executable:
```bash
setup.py
```
4. **Install importlib_resources (Windows Portable Embedded Python only):**
```bash
H:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install importlib_resources
```## Usage
1. Once installed, the Parler TTS node should be available within ComfyUI.
2. You can use it to generate speech audio from text prompts, including descriptive details for controlling the speech style and characteristics.## Additional Notes
* Refer to the Parler TTS documentation and examples for more information on using the model effectively.
[* T](https://github.com/huggingface/parler-tts)