Unofficial implementation of a/OpenVoice for ComfyUI
Unofficial OpenVoice support for ComfyUI.
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.
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
apt get install mecab libmecab-dev
pip install git+https://github.com/myshell-ai/MeloTTS.git
python -m unidic download
All the models are downloaded automatically, no worries.