From 5b05d17877cb36f6deec66bfe8e0330e81ca67c9 Mon Sep 17 00:00:00 2001 From: larsupb Date: Tue, 28 May 2024 08:28:21 +0200 Subject: [PATCH] add LoRA Power-Merger extension to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d3f3789c..fe7868b3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4159,6 +4159,16 @@ "install_type": "git-clone", "description": "This is an Extension for ComfyUI, which allows you to control the logic flow with just one click!" }, + { + "author": "larsupb", + "title": "LoRA Power-Merger ComfyUI", + "reference": "https://github.com/larsupb/LoRA-Merger-ComfyUI", + "files": [ + "https://github.com/larsupb/LoRA-Merger-ComfyUI" + ], + "install_type": "git-clone", + "description": "An extension for merging LoRAs. Offers a wide range of LoRA merge techniques (including dare) and XY plots. XY plots require efficiency nodes." + }, { "author": "bedovyy", "title": "ComfyUI_NAIDGenerator",