From 3c5a948239ced4bdaa23ebd8ee4e99b16efb8a3e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 11 Jul 2026 20:01:33 +0900 Subject: [PATCH] fix(custom-node-list): register ComfyUI-ComfySidebar to root (new author) + normalize node_db/new entry --- custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f565050d..1669b05e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54256,6 +54256,16 @@ ], "install_type": "git-clone", "description": "An advanced multi-ratio Bayer matrix dithering node for ComfyUI with edge protection." + }, + { + "author": "m0rtus59", + "title": "ComfyUI-ComfySidebar", + "reference": "https://github.com/m0rtus59/ComfyUI-ComfySidebar", + "files": [ + "https://github.com/m0rtus59/ComfyUI-ComfySidebar" + ], + "install_type": "git-clone", + "description": "Restoring the ComfyUI frontend pre-vue update queue functionality, drag&drop support, quicksave, and more in a clean design that respects your screen area." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7c37eebf..1f75737d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,10 +1,12 @@ { "custom_nodes": [ - { + { "author": "m0rtus59", "title": "ComfyUI-ComfySidebar", "reference": "https://github.com/m0rtus59/ComfyUI-ComfySidebar", - "files": ["https://github.com/m0rtus59/ComfyUI-ComfySidebar"], + "files": [ + "https://github.com/m0rtus59/ComfyUI-ComfySidebar" + ], "install_type": "git-clone", "description": "Restoring the ComfyUI frontend pre-vue update queue functionality, drag&drop support, quicksave, and more in a clean design that respects your screen area." },