mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-12 03:12:30 +08:00
Add ComfyUI-Image-to-Prompt-Abacus.AI- custom node entry (kplkasteel) (#2764)
This commit is contained in:
parent
a1ade259ef
commit
0b7669a283
@ -45751,6 +45751,33 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user