From 1e409cdd114d6d3634860c14cf0315f210e33524 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 20:36:57 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-MaskToTransparent entry next to existing nekodificador author block --- node_db/new/custom-node-list.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e282172e..ef5afc1c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1790,6 +1790,17 @@ "install_type": "git-clone", "description": "A floating preview window node for ComfyUI. Ideal for multi-monitor setups." }, + { + "author": "nekodificador", + "title": "ComfyUI-MaskToTransparent", + "reference": "https://github.com/Warningning/ComfyUI-MaskToTransparent", + "files": [ + "https://github.com/Warningning/ComfyUI-MaskToTransparent" + ], + "install_type": "git-clone", + "description": "Turn black mask areas into transparent pixels with edge feathering, ideal for SAM object extraction.", + "tags": ["mask", "transparent", "alpha", "image", "matting"] + }, { "author": "darksidewalker", "description": "DaSiWa Custom Nodes Collection", @@ -1800,17 +1811,6 @@ "https://github.com/darksidewalker/ComfyUI-DaSiWa-Nodes" ], "title": "ComfyUI-DaSiWa-Nodes" - }, - { - "author": "nekodificador", - "title": "ComfyUI-MaskToTransparent", - "reference": "https://github.com/Warningning/ComfyUI-MaskToTransparent", - "files": [ - "https://github.com/Warningning/ComfyUI-MaskToTransparent" - ], - "install_type": "git-clone", - "description": "Turn black mask areas into transparent pixels with edge feathering, ideal for SAM object extraction.", - "tags": ["mask", "transparent", "alpha", "image", "matting"] - } + } ] }