From 15fd6dbe37beebdff80dad52d18480c0abeb1b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zs=C3=B6g=C3=B6n?= <10298071+andreszs@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:07:54 -0300 Subject: [PATCH] Add Lora Pipeline to Manager custom node list (#2799) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 890442eb..d1d49ce3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46328,6 +46328,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "andreszs", + "title": "ComfyUI-Lora-Pipeline", + "reference": "https://github.com/andreszs/ComfyUI-Lora-Pipeline", + "files": [ + "https://github.com/andreszs/ComfyUI-Lora-Pipeline" + ], + "install_type": "git-clone", + "description": "Area-based LoRA and conditioning workflow tools for ComfyUI with multi-region control." } ] }