From 99f0caf413971908a8cb5fb7bc3275500b0286c3 Mon Sep 17 00:00:00 2001 From: mattjohnpowell Date: Wed, 10 Jul 2024 11:32:15 +0100 Subject: [PATCH] Add LM Studio Image to Text Node to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e81a8926..54537844 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11688,6 +11688,17 @@ ], "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", + "files": [ + "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node/raw/main/expo_lmstudio_imagetotext.py" + ], + "pip": ["requests", "Pillow", "numpy"], + "install_type": "copy", + "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." } ] }