From b64b8f089d77506ed5409345bcc4af66ef2bd21a Mon Sep 17 00:00:00 2001 From: mattjohnpowell Date: Thu, 11 Jul 2024 13:29:35 +0100 Subject: [PATCH] Update custom-node-list.json (#852) A simple node for ComfyUI that integrates LM Studio's vision models to generate text descriptions of images --- custom-node-list.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d3c21e15..d0631006 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11731,6 +11731,23 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Expo", + "title": "LM Studio Image to Text Node for ComfyUI", + "reference": "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node", + "nodeTypes": [ + { + "title": "LM Studio Image To Text", + "name": "LM Studio Image To Text" + } + ], + "description": "A custom node for ComfyUI that integrates LM Studio's vision models to generate text descriptions of images. It provides a flexible and customizable way to add image-to-text capabilities to your ComfyUI workflows, working with LM Studio's local API.", + "tags": ["image to text", "LM Studio", "vision models"], + "require": [ + "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node" + ], + "install_type": "git-clone" } ] }