https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS
Make Orpheus TTS avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS
Last synced: 3 months ago
JSON representation
Make Orpheus TTS avialbe in ComfyUI.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS
- Owner: Yuan-ManX
- License: mit
- Created: 2025-03-21T02:51:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T03:05:10.000Z (3 months ago)
- Last Synced: 2025-03-21T03:29:04.733Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-OrpheusTTS**
README
# ComfyUI-OrpheusTTS
Make Orpheus TTS avialbe in ComfyUI.
[Orpheus TTS](https://github.com/canopyai/Orpheus-TTS): Orpheus TTS is an open-source text-to-speech system built on the Llama-3b backbone. Orpheus demonstrates the emergent capabilities of using LLMs for speech synthesis.
## Installation
1. Make sure you have ComfyUI installed
2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS.git
```3. Install dependencies:
```
cd ComfyUI-OrpheusTTS
pip install -r requirements.txt
```