From 6bb720db32fdf4e5de7c9712b4b60db1ebc0e508 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:12:33 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 69bbb9a2..1ea9a586 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32561,14 +32561,17 @@ ], "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"] + "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"] } ] }