From b7140f61b1f7bdab6b5b1415500363ea8b0973e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=AD=9F=E6=98=86?= <865240848@qq.com> Date: Sun, 4 Feb 2024 16:14:08 +0800 Subject: [PATCH] Added new entry to custom-node-list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f8d39ce..3b89841 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5273,6 +5273,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "MarkoCa1", + "title": "ComfyUI_Segment_Mask", + "reference": "https://github.com/MarkoCa1/ComfyUI_Segment_Mask", + "files": [ + "https://github.com/MarkoCa1/ComfyUI_Segment_Mask" + ], + "install_type": "git-clone", + "description": "Mask cutout based on Segment Anything." } ] }