From 2dda53e295a3069c8b50bae27a29517796360e5f Mon Sep 17 00:00:00 2001 From: Mythspire Date: Tue, 16 Jun 2026 19:41:30 -0600 Subject: [PATCH] Add ComfyUI LoRA Lab --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fd788e08..9c8148e9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Mythspire", + "title": "ComfyUI LoRA Lab", + "reference": "https://github.com/m3i3k3e/ComfyUI-LoRA-Lab", + "files": [ + "https://github.com/m3i3k3e/ComfyUI-LoRA-Lab" + ], + "install_type": "git-clone", + "description": "LoRA / prompt comparison-grid toolkit: count-adjustable prompt list (per-prompt positive+negative), strength-list axis, two-toggle Multi-LoRA/Multi-Prompt switch, self-captioning banner, and workflow-embedded WEBP saver, bundled with a GPL-3 fork of jags111's efficiency-nodes for the XY-plot grid engine. Note: bundles efficiency nodes; do not install alongside stock efficiency-nodes-comfyui (shared node names collide)." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",