update DB

This commit is contained in:
Dr.Lt.Data
2026-04-06 00:46:36 +09:00
parent 0b7669a283
commit 32c5f26838
2 changed files with 54 additions and 27 deletions
+27
View File
@@ -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.AIs 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",