diff --git a/custom-node-list.json b/custom-node-list.json index 0c79cdfc..8d617b0d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43746,6 +43746,17 @@ "install_type": "git-clone", "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." + }, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4c285ae7..65071cc5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "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", "title": "Open Images for ComfyUI",