ComfyUI_BillBum_APIset_Nodes

ComfyUI_BillBum_APIset_Nodes
★ 10

API调用图像生成文本生成格式转换
用于在ComfyUI中调用第三方API,支持VLM/LLM、DALL·E、Flux-Pro、SD3等图像与文本生成,并提供base64与图像/文本格式转换等实用工具。
💡 在ComfyUI中接入外部LLM/VLM与图像生成服务并进行格式转换。
🍴 5 Forks💻 Python🔄 2026-02-04
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
tenacity
openai
pillow
requests
numpy
tiktoken
urlextract
screenshot
image
image
image
📄 README

Introduction

BillBum Modified Comfyui Nodes is a set of nodes for myself to use api in comfyui.

including DALL-E, OpenAI’s LLMs, other LLMs api platform, also other image generation api.

Features

  • Text Generation: Use API to ask llm text generation, structured responses (not work yep).
  • Image Generation: Use API to Generate images, support dalle and flux1.1-pro etc.
  • Vision LM: Use API to caption or describe image, need models vision supported.
  • little tools: base64 url to base64 data, base64 url to IMAGE, IMAGE to base64 url, regular llm text to word and “,” only. etc.
  • Update

  • Add flux with img input genarate api node
  • support kontext model !!!

  • Add gpt-image-1 image genarate api node
  • support multi img input by use a multi img batch node

    !!!need to upgrade the openai library

  • Add force stream llm api node, for support qwen3 and qwq models
  • remove think…think for deepseek r1 via RegText_Node
  • Add use_jailbreak option for VisionLM api node
  • If your caption task rejected due to nsfw content, you can try to take on use_jailbreak.

    tested models:

  • llama-3.2-11b
  • llama-3.2-90b
  • gemini-1.5-flash
  • gemini-1.5-pro
  • pixtral-12b-latest
  • Add Image API Call Node
  • Theoretically you can request and test any t2i model api in this node

    Installation

    In ComfyUI Manager Menu “Install via Git URL”

    https://github.com/AhBumm/ComfyUI_BillBum_Nodes.git

    Or search “billbum” in ComfyUI Manager

    install requirements with comfyui embeded python

    pip install -r requirements.txt