From 6363ec8869d9e19c0bf7a624f9e9b763c5661091 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sat, 8 Nov 2025 13:31:06 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 93b4838b..acccd13d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36123,15 +36123,15 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." }, { - "name": "ComfyUI-LinkModeToggle", "author": "mikesimone", "title": "Link Mode Toggle", + "reference": "https://github.com/mikesimone/ComfyUI-LinkModeToggle", + "files": [ + "https://github.com/mikesimone/ComfyUI-LinkModeToggle" + ], + "install_type": "git-clone", "description": "Adds hotkeys (F8 / Ctrl+K) and a toolbar button to cycle node link styles (Spline / Linear / Straight).", - "repo": "https://github.com/mikesimone/ComfyUI-LinkModeToggle", - "tags": ["ui", "hotkey", "canvas"], - "branch": "main" + "tags": ["ui", "hotkey", "canvas"] } - - ] }