Comfyui custom node for a/FunAudioLLM include a/CosyVoice and a/SenseVoice.
Comfyui custom node for FunAudioLLM include CosyVoice and SenseVoice
apt update
apt install ffmpeg
## in ComfyUI/custom_nodes
git clone https://github.com/SpenserCai/ComfyUI-FunAudioLLM
cd ComfyUI-FunAudioLLM
pip install -r requirements.txt
In windows need use conda to install pynini
conda install -c conda-forge pynini=2.1.6
pip install -r requirements.txt
If meet error when you install
brew install openfst
export CPPFLAGS="-I/opt/homebrew/include"
export LDFLAGS="-L/opt/homebrew/lib"
pip install -r requirements.txt
If your network is unstable, you can pre-download the model from the following sources and place it in the appropriate directory.
ComfyUI/models/CosyVoice/CosyVoice-300M
ComfyUI/models/CosyVoice/CosyVoice-300M-25Hz
ComfyUI/models/CosyVoice/CosyVoice-300M-SFT
ComfyUI/models/CosyVoice/CosyVoice-300M-SFT-25Hz
ComfyUI/models/CosyVoice/CosyVoice-300M-Instruct
ComfyUI/models/SenseVoice/SenseVoiceSmall