From 521410b93a100672953a06011d694769d6408eb0 Mon Sep 17 00:00:00 2001 From: xiaoweichao <18500485189@163.com> Date: Mon, 9 Jun 2025 16:25:10 +0800 Subject: [PATCH] Update custom-node-list.json to add Comfyui-Dynamic-Params Node --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index fdd1c19a..0002372c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27639,7 +27639,15 @@ ], "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": "copy", + "description": "Comfyui custom nodes that support dynamic parameter addition and deletion." + } ] }