add custom node ComfyUI-LLM-API to custom-node-list.json (#1479)

This commit is contained in:
tianyuw 2025-01-26 01:10:53 -08:00 committed by GitHub
parent 13f98ddbd6
commit c452524e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20528,6 +20528,15 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
},
{
"author": "danielw",
"title": "Custom nodes for llm chat with optional image input",
"id": "llm-api",
"reference": "https://github.com/tianyuw/ComfyUI-LLM-API",
"files": ["https://github.com/tianyuw/ComfyUI-LLM-API"],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that enables Large Language Model (LLM) chat interactions with optional image input support."
}
]
}