From 324b3e5a7504b65c4cec6736b7367acefcf7eef4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:51:43 +0900 Subject: [PATCH] Remove duplicate ComfyUI Workflow Backup entry --- custom-node-list.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 99593250..1b431f67 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42148,14 +42148,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." - } +}