From d23286d39033fd5832576b5eed19709696eb6d2c Mon Sep 17 00:00:00 2001 From: snicolast <34808101+snicolast@users.noreply.github.com> Date: Sat, 13 Sep 2025 10:36:18 +1200 Subject: [PATCH] IndexTTS2 custom node (custom-node-list.json) (#2146) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a3886f55..05d7936f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32709,6 +32709,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that implements CoMPaSS for FLUX.1-dev models. CoMPaSS enhances the spatial understanding capabilities of text-to-image diffusion models." }, + { + "author": "snicolast", + "title": "ComfyUI-IndexTTS2", + "reference": "https://github.com/snicolast/ComfyUI-IndexTTS2", + "files": [ + "https://github.com/snicolast/ComfyUI-IndexTTS2" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion control)." + },