From 47fc6da200b90dc7c28ae75f7225cf228a79d9a4 Mon Sep 17 00:00:00 2001 From: Frief84 Date: Tue, 2 Sep 2025 11:47:07 +0200 Subject: [PATCH] Add ComfyUI-LoRAWeightAxisXY --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 25ec5173..69bbb9a2 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32562,5 +32562,13 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "name": "ComfyUI-LoRAWeightAxisXY", + "author": "Frief84", + "url": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY", + "description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.", + "license": "MIT", + "tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] + } ] }