update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data 2026-03-03 07:07:46 +09:00
parent 6f887b012c
commit 05076e56db
2 changed files with 22 additions and 0 deletions

View File

@ -43746,6 +43746,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Lets you open a generated Image in a specified application after generation." "description": "Lets you open a generated Image in a specified application after generation."
}, },
{
"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."
},

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"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": "nic-schi", "author": "nic-schi",
"title": "Open Images for ComfyUI", "title": "Open Images for ComfyUI",