From 91189aa087b8d4f019304fa41d20c8325a31d127 Mon Sep 17 00:00:00 2001 From: AlexL Date: Sun, 31 Mar 2024 20:04:44 +0200 Subject: [PATCH] update hangover3832 nodes --- custom-node-list.json | 6 +++--- model-list.json | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 631eaedf..d5077a42 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,4 +1,4 @@ -{ +{ "custom_nodes": [ { "author": "Dr.Lt.Data", @@ -4756,7 +4756,7 @@ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream" ], "install_type": "git-clone", - "description": "Moondream is a lightweight multimodal large languge model.\nIMPORTANT:According to the creator, Moondream is for research purposes only, commercial use is not allowed!\n[w/WARN:Additional python code will be downloaded from huggingface and executed. You have to trust this creator if you want to use this node!]" + "description": "Moondream is a lightweight multimodal large language model.\n[w/WARN:Additional python code will be downloaded from huggingface and executed. You have to trust this creator if you want to use this node!]" }, { "author": "Hangover3832", @@ -4766,7 +4766,7 @@ "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." + "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)" }, { "author": "tzwm", diff --git a/model-list.json b/model-list.json index a635a5fc..a3253e7c 100644 --- a/model-list.json +++ b/model-list.json @@ -2399,6 +2399,16 @@ "reference": "https://huggingface.co/camenduru/SUPIR/tree/main", "filename": "SUPIR-v0Q.ckpt", "url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt" + }, + { + "name": "recognize-anything-plus-model", + "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" } ] }