update DB

This commit is contained in:
Dr.Lt.Data 2026-03-16 03:01:06 +09:00
parent 83e07578fd
commit e21017ad0b
2 changed files with 33 additions and 9 deletions

View File

@ -44672,6 +44672,17 @@
"install_type": "git-clone",
"description": "Save images without embedding workflow or prompt metadata"
},
{
"author": "ketle-man",
"title": "ComfyUI 2D Pose Editor",
"id": "comfyui-2dpose-editor",
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
"files": [
"https://github.com/ketle-man/comfyui-2dpose-editor"
],
"install_type": "git-clone",
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
},
@ -45063,15 +45074,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "ketle-man",
"title": "ComfyUI 2D Pose Editor",
"id": "comfyui-2dpose-editor",
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
"files": ["https://github.com/ketle-man/comfyui-2dpose-editor"],
"install_type": "git-clone",
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
}
]
}

View File

@ -1,5 +1,27 @@
{
"custom_nodes": [
{
"author": "ketle-man",
"title": "ComfyUI 2D Pose Editor",
"id": "comfyui-2dpose-editor",
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
"files": [
"https://github.com/ketle-man/comfyui-2dpose-editor"
],
"install_type": "git-clone",
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
},
{
"author": "Dangocan",
"title": "ComfyUI GLM-OCR",
"id": "comfyui-glm-ocr",
"reference": "https://github.com/Dangocan/comfyui_glm_ocr",
"files": [
"https://github.com/Dangocan/comfyui_glm_ocr"
],
"install_type": "git-clone",
"description": "Load and run GLM-OCR (zai-org/GLM-OCR) locally in ComfyUI. Supports text recognition, formula recognition, table extraction, and general image description. Picks up models from any ComfyUI checkpoint directory."
},
{
"author": "George Jiang",
"title": "ComfyUI Save Image Without Metadata",