From cea93283ad6f8479bb62f69c20bf5da36e3815c0 Mon Sep 17 00:00:00 2001 From: dsigmabcn <92378590+dsigmabcn@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:24:19 +0200 Subject: [PATCH] Update custom-node-list.json (#817) Salt AI AudioViz addition --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 557199b0..bb8cdb2d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11119,6 +11119,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "SaltAI", + "title": "SaltAI_AudioViz, + "id": "saltai-audioviz", + "reference": "https://github.com/get-salt-AI/SaltAI_AudioViz", + "files": [ + "https://github.com/get-salt-AI/SaltAI_AudioViz" + ], + "install_type": "git-clone", + "description": "SaltAI AudioViz contains ComfyUI nodes for generating complex audio reactive visualizations" } ] }