From d6e30e48d91e9becc45495aad707b77e69e9834a Mon Sep 17 00:00:00 2001 From: AhBumm <103174943+AhBumm@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:33:57 +0800 Subject: [PATCH] Added BillBum customizable API nodes to custom-node-list.json (#1176) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6877e69f..36a60d50 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16178,6 +16178,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AhBumm", + "title": "Customizable API Call Nodes by BillBum", + "id": "billbum", + "reference": "https://github.com/AhBumm/ComfyUI_BillBum_Nodes", + "files": [ + "https://github.com/AhBumm/ComfyUI_BillBum_Nodes" + ], + "nodename_pattern": "\\(BillBum\\)$", + "install_type": "git-clone", + "description": "API call node for Third-party platforms both official and local. Support VLMs LLMs Dalle3 Flux-Pro SD3 etc. And some little tools: img to b64 url, b64 url to img, b64 url to b64 data, reg text to word and ',' only, etc." } ] } \ No newline at end of file