From 7dd05e822f7333cd0672e792e569e1673110872c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20H=C6=B0ng?= <39170814+phamhungd@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:23:10 +0700 Subject: [PATCH] New update node SDVN_Segment_Anything (#2671) * Update custom-node-list.json | Update description for SDVN_Custom_node Update description for SDVN_Custom_node * 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 eeca67a8..5a203966 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45126,6 +45126,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" } ] }