diff --git a/custom-node-list.json b/custom-node-list.json index f5295959..189e1418 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41096,6 +41096,33 @@ "install_type": "git-clone", "description": "Custom node for extracting specific sections from LLM-generated complex prompts, designed for structured text extraction with clean output. (Description by CC)" }, + { + "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" + ] + }, { "author": "cristian1980", "title": "ComfyUI-Caption-Cleaner", @@ -45751,33 +45778,6 @@ ], "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" - ] } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6e9d8145..36b3d76e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,32 @@ { "custom_nodes": [ + { + "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" + ] + }, { "author": "judian17", "title": "ComfyUI-PixelSmile-Conditioning-Interpolation",