From d9f1ff34a7a5ba91d8ace581fa01eb3fdb4e5de5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 03:25:34 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-SBTools 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 df7aade1..a41dc2f8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46572,6 +46572,17 @@ "install_type": "git-clone", "description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export." }, + { + "author": "Amatsukast", + "title": "ComfyUI-SBTools", + "id": "sbtools", + "reference": "https://github.com/Amatsukast/ComfyUI-SBTools", + "files": [ + "https://github.com/Amatsukast/ComfyUI-SBTools" + ], + "install_type": "git-clone", + "description": "Workflow toolkit for ComfyUI. Includes BiRefNet background removal, dynamic prompt/image variable system for batch generation, chroma key tools, and more utilities." + }, @@ -46962,17 +46973,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Amatsukast", - "title": "ComfyUI-SBTools", - "id": "sbtools", - "reference": "https://github.com/Amatsukast/ComfyUI-SBTools", - "files": [ - "https://github.com/Amatsukast/ComfyUI-SBTools" - ], - "install_type": "git-clone", - "description": "Workflow toolkit for ComfyUI. Includes BiRefNet background removal, dynamic prompt/image variable system for batch generation, chroma key tools, and more utilities." } ] }