From d890984c70ff50d7d1ec8ccaa3bbe5394515f3bb Mon Sep 17 00:00:00 2001 From: Xander Steenbrugge Date: Fri, 16 Aug 2024 15:43:35 +0200 Subject: [PATCH] update Eden custom nodesuite with better naming and add LoRa trainer node (#973) --- custom-node-list.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9351994d..30459d3b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5237,14 +5237,25 @@ }, { "author": "aiXander", - "title": "Various custom nodes by Eden.art", + "title": "Eden.art nodesuite", "id": "Eden", "reference": "https://github.com/edenartlab/eden_comfy_pipelines", "files": [ "https://github.com/edenartlab/eden_comfy_pipelines" ], "install_type": "git-clone", - "description": "A set of custom nodes for various purposed, maintained by Eden.art" + "description": "Maintained by Eden.art, this is a growing suite of custom nodes for building advanced pipelines." + }, + { + "author": "aiXander", + "title": "Eden.art LoRa Trainer", + "id": "Eden", + "reference": "https://github.com/edenartlab/sd-lora-trainer", + "files": [ + "https://github.com/edenartlab/sd-lora-trainer" + ], + "install_type": "git-clone", + "description": "Maintained by Eden.art, this is a very fast, well tuned trainer for SDXL and SD15" }, { "author": "pkpk",