From d22a22afb3e1fa3aec1cb1aa74d675bbb687ab7f Mon Sep 17 00:00:00 2001 From: YuSuu Date: Sat, 24 May 2025 18:04:11 +0800 Subject: [PATCH] Add comfyui-merge plugin info --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 24938619..61673719 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26428,6 +26428,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." + } + ] }