From 1d192541b3b0e598a2a1de5a75e0d31ef9a127a9 Mon Sep 17 00:00:00 2001 From: phamhungd Date: Fri, 6 Mar 2026 16:33:25 +0700 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc24397f..6dc71021 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44555,6 +44555,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Stable Diffusion VN", + "title": "SDVN Segment Anything", + "id": "SDVNSegment", + "reference": "https://github.com/StableDiffusionVN/SDVN_Segment_Anything", + "files": [ + "https://github.com/StableDiffusionVN/SDVN_Segment_Anything" + ], + "install_type": "git-clone", + "description": "A set of nodes developed from the original Segment Anything set, to streamline and fix new library conflicts" } ] }