From f057e185af2be719466eb59d867589f6d7f69b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:07:45 +0200 Subject: [PATCH] Add segment-anything-2 nodes (#915) * Add IC-Light nodes and models * Add Florence2 and LuminaWrapper -nodes https://github.com/kijai/ComfyUI-Florence2 https://github.com/kijai/ComfyUI-LuminaWrapper * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Add segment-anything-2 * 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 d72c635d..d1f4ab61 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": "segment-anything-2", + "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",