From c1869f4d1d6e67fffc988c8d02dd25793da006f4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 12 Feb 2026 12:44:07 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 12 +++++++++++- node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 53bcf4ca..2bde0431 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42996,7 +42996,17 @@ "install_type": "git-clone", "description": "Automation nodes for ComfyUI: RM Styles (load prompts from JSON with random/increment modes), Power LoRA Loader (advanced LoRA loading with random weights), image fallback, mask gate, latent operations, and video combine nodes." }, - + { + "author": "dennisvink", + "title": "Outline Alpha Snap Node for ComfyUI", + "id": "outlinealphasnap", + "reference": "https://github.com/dennisvink/comfyui-outline", + "files": [ + "https://github.com/dennisvink/comfyui-outline" + ], + "install_type": "git-clone", + "description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semi‑transparent edge pixels and removing stray islands." + }, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a9261b01..890e943a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "dennisvink", + "title": "Outline Alpha Snap Node for ComfyUI", + "id": "outlinealphasnap", + "reference": "https://github.com/dennisvink/comfyui-outline", + "files": [ + "https://github.com/dennisvink/comfyui-outline" + ], + "install_type": "git-clone", + "description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semi‑transparent edge pixels and removing stray islands." + }, { "author": "Moser9815", "title": "ComfyUI-RMAutomation",