From f3932cbf297fe6d327ed4495c18dbf1fc4796101 Mon Sep 17 00:00:00 2001 From: xiaowc <13824342450@163.com> Date: Tue, 10 Jun 2025 06:25:52 +0800 Subject: [PATCH] Add Comfyui-Dynamic-Params Node Plugin (#1922) * Update custom-node-list.json to add Comfyui-Dynamic-Params Node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index c4b1be60..ad88e260 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27659,7 +27659,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "xiaowc", + "title": "Comfyui-Dynamic-Params", + "reference": "https://github.com/xiaowc-lib/comfyui-dynamic-params", + "files": [ + "https://github.com/xiaowc-lib/comfyui-dynamic-params" + ], + "install_type": "git-clone", + "description": "Comfyui custom nodes that support dynamic parameter addition and deletion." + } ] }