From 9686bae08a36a26a07e9a0eb6e7e2490908b3715 Mon Sep 17 00:00:00 2001 From: Warningning <56916899+Warningning@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:38:34 +0800 Subject: [PATCH] Add ComfyUI-MaskToTransparent node entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A simple mask-based transparency tool for ComfyUI. Turns black mask areas into fully transparent pixels while preserving white areas, with edge feathering support. Perfect for object extraction after semantic segmentation with SAM 3.1 models. ✨ Features ✅ Automatically makes black mask areas transparent, preserves original image in white areas ✅ Customizable Gaussian edge feathering to remove jagged edges ✅ Supports preserving or overwriting original alpha channel ✅ Fully compatible with RGB & RGBA images ✅ Ideal for extracting segmented objects after using SAM 3.1 models, removing unwanted background pixels --- node_db/new/custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8f2785b3..e988f0a2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -959,6 +959,17 @@ "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"] + } ] }