From dadddb061a43f0410fbdc3ed9aac1ac8b0b7f9ef Mon Sep 17 00:00:00 2001 From: LvaXin Date: Wed, 25 Feb 2026 11:47:22 +0800 Subject: [PATCH] Add ComfyUI-SAM3 node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc7abf0f..fb644c25 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43806,6 +43806,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LvaXin", + "title": "ComfyUI-SAM3", + "reference": "https://github.com/LvaXin/ComfyUI-SAM3", + "files": [ + "https://github.com/LvaXin/ComfyUI-SAM3" + ], + "install_type": "git-clone", + "description": "ComfyUI 自定义节点,用于 Meta 的 SAM3 (Segment Anything Model 3) 图像/视频分割模型。支持文本提示分割、框选分割、交互式框选分割,以及视频分割。模型自动从魔搭社区下载。" } ] }