From 3895d5279e0299ea8997f17abcdad66430c6feca Mon Sep 17 00:00:00 2001 From: Fabio Sarracino Date: Fri, 29 Aug 2025 00:45:41 +0200 Subject: [PATCH] Add VibeVoice ComfyUI node (#2109) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2ef23dc4..30f049a5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13244,6 +13244,18 @@ "install_type": "git-clone", "description": "A ComfyUI utility plugin designed to optimize the latent space for generating high-quality results. It approximates the closest size model for better generation results." }, + { + "author": "Fabio Sarracino", + "title": "VibeVoice ComfyUI", + "id": "vibevoice-comfyui", + "reference": "https://github.com/Enemyx-net/VibeVoice-ComfyUI", + "files": [ + "https://github.com/Enemyx-net/VibeVoice-ComfyUI" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for Microsoft VibeVoice TTS model. Supports single speaker, multi-speaker, and text file loading", + "pip": ["torch>=2.0.0", "torchaudio>=2.0.0", "numpy>=1.20.0", "transformers>=4.44.0", "librosa>=0.9.0", "soundfile>=0.12.0"] + }, { "author": "ThereforeGames", "title": "ComfyUI-Unprompted",