ComfyUI-OrpheusTTS

ComfyUI-OrpheusTTS
★ 8

语音合成TTSComfyUI扩展OrpheusTTS
为ComfyUI提供OrpheusTTS节点,将OrpheusTTS的语音合成功能集成到ComfyUI流程,便于自动化文本到语音生成与预览。
💡 在ComfyUI工作流中将文本快速转换为语音进行合成与预览。
🍴 2 Forks💻 Python🔄 2025-03-24
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
orpheus-speech
vllm
snac
numpy
torch
📄 README

ComfyUI-OrpheusTTS

Make Orpheus TTS avialbe in ComfyUI.

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

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS.git

  • Install dependencies:
  • cd ComfyUI-OrpheusTTS
    pip install -r requirements.txt