From 350ff2d044a9140b07fabf367d09b9d98ef642f1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 May 2026 21:37:31 +0900 Subject: [PATCH] fix(custom-node-list): place XB_ToolBox entry after last git-clone block --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8423d6ae..0336f671 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47504,6 +47504,16 @@ "onnxruntime" ] }, + { + "author": "WJLUOXIAO", + "title": "XB_ToolBox", + "reference": "https://github.com/WJLUOXIAO/XB_ToolBox", + "files": [ + "https://github.com/WJLUOXIAO/XB_ToolBox" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI extension suite encompassing both front-end interaction and low-level memory scheduling, designed to help beginners master workflows and simplify local deployment." + }, @@ -47894,16 +47904,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "WJLUOXIAO", - "title": "XB_ToolBox", - "reference": "https://github.com/WJLUOXIAO/XB_ToolBox", - "files": [ - "https://github.com/WJLUOXIAO/XB_ToolBox" - ], - "install_type": "git-clone", - "description": "A comprehensive ComfyUI extension suite encompassing both front-end interaction and low-level memory scheduling, designed to help beginners master workflows and simplify local deployment." - } + } ] } \ No newline at end of file