From 47b9fa3651911a3b84bd038f59e4695ebe2eebbc Mon Sep 17 00:00:00 2001 From: YuSuu <147205109+LingSss9@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:10:42 +0800 Subject: [PATCH] Add comfyui-merge plugin info (#1866) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f2cf4161..42d1d72f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26967,6 +26967,18 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "LingSss9", + "title": "Comfyui-Merge-LoRA", + "id": "comfyui-merge", + "reference": "https://github.com/LingSss9/comfyui-merge", + "files": [ + "https://github.com/LingSss9/comfyui-merge" + ], + "install_type": "git-clone", + "description": "Merge up to 4 LoRA models with balanced, order-independent logic. Inspired by WebUI SuperMerger." + } + ] }