ComfyUI_OpenVoice

ComfyUI_OpenVoice
★ 21

文本到语音语音合成ComfyUI扩展OpenVoice集成
在ComfyUI中集成OpenVoice的非官方实现,便于在工作流中调用OpenVoice进行文本到语音与语音生成,简化部署与使用。
💡 在ComfyUI流程中快速生成与合成语音输出。
🍴 6 Forks💻 Python🔄 2024-07-02
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b6135d9bd930
📦 requirements.txt
torch
librosa
pydub
faster-whisper
whisper-timestamped
inflect
unidecode
eng_to_ipa
pypinyin
jieba
cn2an
wavmark
huggingface_hub
soundfile
📄 README

ComfyUI OpenVoice (Unofficial Support)

Unofficial OpenVoice support for ComfyUI.

Important Updates

  • 2024/05/14: Added OpenVoice V2 support (needs extra installation)
  • 2024/04/12: Added ComfyUI nodes and workflow examples
  • Basic Workflow

    This workflow shows the basic usages on (1) text-to-speech (TTS) and (2) speech-to-speech (STS) using reference voice. NOTE: Chinese language only supports default style.

    Installation

  • Install from ComfyUI Manager (search for openvoice, make sure ffmpeg is installed)
  • Download or git clone this repository into the ComfyUI/custom_nodes/ directory and run:
  • sudo apt install ffmpeg
    pip install -r requirements.txt

    Extra Installation for V2

    apt get install mecab libmecab-dev
    pip install git+https://github.com/myshell-ai/MeloTTS.git
    python -m unidic download

    Download Checkpoints

    All the models are downloaded automatically, no worries.