From 2c0d66592976461d6605e33ac75ef4b966c52878 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 May 2026 21:38:56 +0900 Subject: [PATCH] fix(custom-node-list): place BangtrixToolkit entry after last git-clone block --- custom-node-list.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c9e95cc7..86d59599 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,13 +1,5 @@ { "custom_nodes": [ - { - "author": "Anonymzx", - "title": "BangtrixToolkit", - "reference": "https://github.com/Anonymzx/BangtrixToolkit", - "files": ["https://github.com/Anonymzx/BangtrixToolkit"], - "install_type": "git-clone", - "description": "Advanced ComfyUI toolkit with translation, AMD ROCm utilities, optimization, and workflow enhance" - }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", @@ -47532,6 +47524,16 @@ "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." }, + { + "author": "Anonymzx", + "title": "BangtrixToolkit", + "reference": "https://github.com/Anonymzx/BangtrixToolkit", + "files": [ + "https://github.com/Anonymzx/BangtrixToolkit" + ], + "install_type": "git-clone", + "description": "Advanced ComfyUI toolkit with translation, AMD ROCm utilities, optimization, and workflow enhance" + },