From 59d5e11038a72ee41b0a7490098b90de77093f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:09:03 +0300 Subject: [PATCH] Add Florence2 and LuminaWrapper -nodes (#796) * Add IC-Light nodes and models * Add Florence2 and LuminaWrapper -nodes https://github.com/kijai/ComfyUI-Florence2 https://github.com/kijai/ComfyUI-LuminaWrapper --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1751f6ce..1e3c8d93 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2948,6 +2948,28 @@ "install_type": "git-clone", "description": "ComfyUI nodes to use [a/DepthAnythingV2](https://depth-anything-v2.github.io/)\nNOTE:Models autodownload to ComfyUI/models/depthanything from [a/https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main](https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main)" }, + { + "author": "kijai", + "title": "ComfyUI-Florence2", + "id": "florence2", + "reference": "https://github.com/kijai/ComfyUI-Florence2", + "files": [ + "https://github.com/kijai/ComfyUI-Florence2" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Microsoft's Florence2 vision model. Supports captioning, object detection and segmentation" + }, + { + "author": "kijai", + "title": "ComfyUI-LuminaWrapper", + "id": "lumina", + "reference": "https://github.com/kijai/ComfyUI-LuminaWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-LuminaWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Lumina models" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama",