From ac945953a14d2b012b1118ab3d5aa9eb58d902e0 Mon Sep 17 00:00:00 2001 From: AlexL Date: Tue, 2 Apr 2024 21:14:27 +0200 Subject: [PATCH] update lists --- custom-node-list.json | 4 ++-- model-list.json | 22 +++++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f11cae20..21dd0b71 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4771,13 +4771,13 @@ }, { "author": "Hangover3832", - "title": "Recognize Anything Model (RAM++) for ComfyUI", + "title": "Recognize Anything Model (RAM) for ComfyUI", "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything", "files": [ "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything" ], "install_type": "git-clone", - "description": "This is an image recognition node for ComfyUI based on the RAM++ model from [a/xinyu1205](https://huggingface.co/xinyu1205).\nThis node outputs a string of tags with all the recognized objects and elements in the image in English or Chinese language.\nThe counterpart to Segment Anything Model (SAM)" + "description": "This is an image recognition node for ComfyUI based on the RAM++ model from [a/xinyu1205](https://huggingface.co/xinyu1205).\nThis node outputs a string of tags with all the recognized objects and elements in the image in English or Chinese language.\nFor image tagging and captioning." }, { "author": "tzwm", diff --git a/model-list.json b/model-list.json index a3253e7c..f636f9d6 100644 --- a/model-list.json +++ b/model-list.json @@ -2401,14 +2401,34 @@ "url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt" }, { - "name": "recognize-anything-plus-model", + "name": "RAM", "type": "RAM", "base": "RAM", "save_path": "rams", "description": "RAM Recognize Anything Model", + "reference": "https://huggingface.co/xinyu1205/recognize_anything_model", + "filename": "ram_swin_large_14m.pth", + "url": "https://huggingface.co/xinyu1205/recognize_anything_model/resolve/main/ram_swin_large_14m.pth" + }, + { + "name": "RAM++", + "type": "RAM", + "base": "RAM", + "save_path": "rams", + "description": "RAM++ Recognize Anything Model", "reference": "https://huggingface.co/xinyu1205/recognize-anything-plus-model", "filename": "ram_plus_swin_large_14m.pth", "url": "https://huggingface.co/xinyu1205/recognize-anything-plus-model/resolve/main/ram_plus_swin_large_14m.pth" + }, + { + "name": "tag2text", + "type": "RAM", + "base": "RAM", + "save_path": "rams", + "description": "tag2text Recognize Anything Model", + "reference": "https://huggingface.co/xinyu1205/recognize_anything_model", + "filename": "tag2text_swin_14m.pth", + "url": "https://huggingface.co/xinyu1205/recognize_anything_model/resolve/main/tag2text_swin_14m.pth" } ] }