From f3bd11618405d41eb19fd9e9c3e164b8cc55cce3 Mon Sep 17 00:00:00 2001 From: Frief84 Date: Tue, 2 Sep 2025 17:12:50 +0200 Subject: [PATCH] Add ComfyUI-LoRAWeightAxisXY (#2120) * Add ComfyUI-LoRAWeightAxisXY * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 25ec5173..1ea9a586 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32561,6 +32561,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Frief84", + "title": "ComfyUI-LoRAWeightAxisXY", + "reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY", + "files": [ + "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`.", + "install_type": "git-clone", + "tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] + } ] }