Add VibeVoice ComfyUI node (#2109)

This commit is contained in:
Fabio Sarracino 2025-08-29 00:45:41 +02:00 committed by GitHub
parent 3d85ecc525
commit 3895d5279e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",