From 975493b74fa766367b1b7844f975df3f36fe1df3 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:13:05 +0300 Subject: [PATCH] Add segment-anything-2 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4f63fe2c..a96492b6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3037,6 +3037,17 @@ "install_type": "git-clone", "description": "Rudimentary wrapper that runs [a/Kwai-Kolors](https://huggingface.co/Kwai-Kolors/Kolors) text2image pipeline using diffusers." }, + { + "author": "kijai", + "title": "ComfyUI-segment-anything-2", + "id": "kwaikolors", + "reference": "https://github.com/kijai/ComfyUI-segment-anything-2", + "files": [ + "https://github.com/kijai/ComfyUI-segment-anything-2" + ], + "install_type": "git-clone", + "description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation." + }, { "author": "hhhzzyang", "title": "Comfyui-Lama",