diff --git a/custom-node-list.json b/custom-node-list.json index 52208807..631eaedf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4758,6 +4758,16 @@ "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!]" }, + { + "author": "Hangover3832", + "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." + }, { "author": "tzwm", "title": "ComfyUI Profiler", diff --git a/extension-node-map.json b/extension-node-map.json index 6fbd4cec..9357acb4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1347,6 +1347,14 @@ "title_aux": "ComfyUI-Hangover-Nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": [ + [ + "Recognize Anything Model (RAM++)" + ], + { + "title_aux": "Recognize Anything Model (RAM++) for ComfyUI" + } + ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Normalization", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a87e5cdc..93609569 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Hangover3832", + "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." + }, { "author": "ParisNeo", "title": "lollms_nodes_suite", @@ -681,16 +691,6 @@ ], "install_type": "git-clone", "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" - }, - { - "author": "gokayfem", - "title": "ComfyUI-Depth-Visualization", - "reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization", - "files": [ - "https://github.com/gokayfem/ComfyUI-Depth-Visualization" - ], - "install_type": "git-clone", - "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6fbd4cec..9357acb4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1347,6 +1347,14 @@ "title_aux": "ComfyUI-Hangover-Nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": [ + [ + "Recognize Anything Model (RAM++)" + ], + { + "title_aux": "Recognize Anything Model (RAM++) for ComfyUI" + } + ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Normalization",