From 1c5c24217d336dce138e3a753d9ac239b593d209 Mon Sep 17 00:00:00 2001 From: neverbiasu <1751162157@qq.com> Date: Tue, 30 Jul 2024 10:37:22 +0800 Subject: [PATCH] add ComfyUI-Image-Captioner node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 07df154f..cfb8a65f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12509,6 +12509,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "neverbiasu", + "title": "ComfyUI-Image-Captioner", + "id": "image-captioner", + "reference": "https://github.com/neverbiasu/ComfyUI-Image-Captioner", + "files": [ + "https://github.com/neverbiasu/ComfyUI-Image-Captioner" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension for generating captions of images." } ] }