From f96c5524720e1de87bb777816e3aefb80acf6be0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:35:23 +0900 Subject: [PATCH] Refactor custom-node-list.json to consolidate entries --- custom-node-list.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 35bcc328..fa565f97 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,14 +42228,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "zavatmotion", + "title": "ComfyUI Workflow Backup", + "reference": "https://github.com/zavatmotion/ComfyUI-Workflow-Backup", + "files": [ + "https://github.com/zavatmotion/ComfyUI-Workflow-Backup" + ], + "install_type": "git-clone", + "description": "A ComfyUI Custom Node to backup workflows and their required models locally." + } ] -}, -{ - "author": "zavatmotion", - "title": "ComfyUI Workflow Backup", - "reference": "https://github.com/zavatmotion/ComfyUI-Workflow-Backup", - "files": ["https://github.com/zavatmotion/ComfyUI-Workflow-Backup"], - "install_type": "git-clone", - "description": "A ComfyUI Custom Node to backup workflows and their required models locally." - } +}