From bd33f7726e07637ca4600fce2e530f143a43e5c5 Mon Sep 17 00:00:00 2001 From: FunnyFinger <119107033+FunnyFinger@users.noreply.github.com> Date: Sat, 19 Apr 2025 03:33:08 +0300 Subject: [PATCH] Add Dynamic Sliders Stack to custom node list (#1750) * Update custom-node-list.json * Update custom-node-list.json Added my custom node to the list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4acec886..5f14f3d7 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24420,6 +24420,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "FunnyFinger", + "title": "Dynamic Sliders Stack", + "reference": "https://github.com/FunnyFinger/Dynamic_Sliders_stack", + "files": [ + "https://github.com/FunnyFinger/Dynamic_Sliders_stack" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to have many sliders with interactive dynamic behavior. This repository includes all necessary code and assets for seamless integration." } ] }