From 664a582576bf256b200aa6f56283f67f7ab7b3d1 Mon Sep 17 00:00:00 2001 From: ciga2011 Date: Sat, 28 Dec 2024 18:14:38 +0800 Subject: [PATCH] Update custom-node-list.json (#1375) Add ComfyUI-MarkItDown. --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d7e382c9..2433de81 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18965,6 +18965,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ciga2011", + "title": "ComfyUI MarkItDown", + "id": "markitdown", + "reference": "https://github.com/ciga2011/ComfyUI-MarkItDown", + "files": [ + "https://github.com/ciga2011/ComfyUI-MarkItDown" + ], + "pip": ["markitdown", "openai"], + "install_type": "git-clone", + "description": "This node pack helps to convert various files to Markdown. It supports pdf, pptx, xlsx, docx, html and image files." } ] }