Browse Source

update hangover3832 nodes (#531)

* update hangover3832 nodes

* update lists
pull/539/head
AlexL 8 months ago committed by GitHub
parent
commit
e9e1cac6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      custom-node-list.json
  2. 30
      model-list.json

8
custom-node-list.json

@ -1,4 +1,4 @@
{
{
"custom_nodes": [
{
"author": "Dr.Lt.Data",
@ -4767,17 +4767,17 @@
"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",
"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."
"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",

30
model-list.json

@ -2399,6 +2399,36 @@
"reference": "https://huggingface.co/camenduru/SUPIR/tree/main",
"filename": "SUPIR-v0Q.ckpt",
"url": "https://huggingface.co/camenduru/SUPIR/resolve/main/SUPIR-v0Q.ckpt"
},
{
"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"
}
]
}

Loading…
Cancel
Save