From 0b7669a28335ccbfa4c8dabe3eee195db4b25b68 Mon Sep 17 00:00:00 2001 From: Patrick Kasteel Date: Sun, 5 Apr 2026 16:45:02 +0100 Subject: [PATCH] Add ComfyUI-Image-to-Prompt-Abacus.AI- custom node entry (kplkasteel) (#2764) --- custom-node-list.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2ae58d7a..f5295959 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45751,6 +45751,33 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kplkasteel", + "title": "Image to Prompt (Abacus.AI)", + "id": "comfyui-image-to-prompt-abacusai", + "reference": "https://github.com/kplkasteel/ComfyUI-Image-to-Prompt-Abacus.AI-", + "files": [ + "https://github.com/kplkasteel/ComfyUI-Image-to-Prompt-Abacus.AI-" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that converts an input image into a Stable Diffusion-ready prompt using Abacus.AI’s OpenAI-compatible multimodal API (model dropdown fetched from /v1/models; supports route-llm and other available models). Requires an Abacus.AI API key and consumes API credits.", + "tags": [ + "prompt", + "image-to-prompt", + "vision", + "multimodal", + "captioning", + "stable-diffusion", + "abacus-ai", + "api" + ], + "pip": [ + "openai", + "requests", + "pillow", + "numpy" + ] } ] }