ComfyUI Node

sdBxb

The node that turns your workflow into a mini-program that charges money

By zhulu111·Created 2 years ago·Updated 8 months ago· 1,508
sdBxb
  • app_img1(optional)
  • app_img2(optional)
  • app_img3(optional)
  • custom_img1(optional)
  • custom_img2(optional)
  • custom_img3(optional)
  • custom_video1(optional)
  • custom_video2(optional)
  • custom_video3(optional)
    app_title这是默认作品标题,请在comfyui中修改
    app_desc这是默认功能介绍,请在comfyui中修改
    app_fee18
    free_times0
    custom_text1(optional)
    custom_text2(optional)
    custom_text3(optional)
    custom_img1_desc请上传图片
    custom_img2_desc请上传图片
    custom_img3_desc请上传图片
    custom_video1_desc请上传视频
    custom_video2_desc请上传视频
    custom_video3_desc请上传视频
    custom_text1_desc请输入文本
    custom_text2_desc请输入文本
    custom_text3_desc请输入文本

    This is the node the whole pack is named after. The pack is "SD变现宝" - roughly "SD money-making treasure" - and its one trick is wrapping an existing ComfyUI workflow into a WeChat mini-program, a Douyin mini-program, a Kuaishou mini-program, or an H5 that runs inside WeChat, all with working payments. The sdBxb node is where you tell that system what your little product looks like: its name, its price, and what the end user is allowed to do.

    If you just want to generate images locally, this node is useless to you. If you've built a workflow you think other people would pay to use, it's the centerpiece.

    How it actually works

    Here's the counterintuitive part: sdBxb does nothing at runtime. It has no outputs, no execution function - it's a pure configuration block. When you hit the pack's "convert" button, the backend reads your workflow JSON, finds this node, and uses its widget values to build the mini-program's UI around your graph. Your generation pipeline stays exactly as it is; this node is just the settings panel the converter reads.

    That's why you can drop it anywhere in the graph - even dead-ended. It's metadata, not data flow.

    The inputs that matter

    • app_title and app_desc - what the mini-program lists as the product name and description. The defaults are placeholder text that literally says "please edit this in ComfyUI," and people genuinely forget.
    • app_fee - price per generation, default 18. Set it to 0 and the README notes you can run a free product with lots of free tries.
    • free_times - how many generations a user gets before payment kicks in. Default 0 (pay up front).
    • app_img1app_img3 - cover/display images for the product page.
    • custom_img13, custom_video13, custom_text13 - the inputs your end users actually get in the app: "upload a photo," "enter a prompt," that kind of thing. The matching custom_*_desc fields are the label text shown above each field.

    Wire the node that saves your results - the pack's own sdBxb_saveImage - into your graph so generated images actually surface in the app.

    Installing it

    Same as any custom node - ComfyUI Manager (search ComfyUI_Bxb) or:

    cd ComfyUI/custom_nodes
    git clone https://github.com/zhulu111/ComfyUI_Bxb
    

    Restart ComfyUI. Dependencies auto-install (aiohttp, websockets, Pillow, numpy, etc.) and there are no model downloads - it's all glue code.

    The honest caveat, read this first

    The free cloud service that powered the one-click conversion was shut down on January 10, 2026. As of now, recharges are closed, resource uploads are disabled, and the README points anyone still running it at a paid "source version" (private deployment) sold at code.sdbxb.com - a rewrite with cloud-GPU auto-start, WeChat/Douyin/Kuaishou/H5 support, and domain licensing. Refunds for leftover balance go through the WeChat mini-program's contact page. So the honest take: the "free, convert your workflow in one click" era of this pack is over, and building on it today means budgeting for the paid deployment path. Worth knowing before you invest a weekend.

    One privacy note while you're at it: your workflow API data stays on your machine, per the README. But the plugin does talk to a third-party cloud server over WebSocket for its conversion machinery, so if "no phoning home" is your rule, weigh that before installing a pack whose entire purpose is commercial distribution.

    CategorysdBxb

    Inputs (25)

    NameTypeDefaultDescription
    app_titleSTRING这是默认作品标题,请在comfyui中修改
    app_descSTRING这是默认功能介绍,请在comfyui中修改
    app_feeINT180–999999
    free_timesINT00–999999
    app_img1(optional)optIMAGE
    app_img2(optional)optIMAGE
    app_img3(optional)optIMAGE
    custom_img1(optional)optIMAGE
    custom_img2(optional)optIMAGE
    custom_img3(optional)optIMAGE
    custom_video1(optional)optIMAGE
    custom_video2(optional)optIMAGE
    custom_video3(optional)optIMAGE
    custom_text1(optional)optSTRING
    custom_text2(optional)optSTRING
    custom_text3(optional)optSTRING
    custom_img1_descoptSTRING请上传图片
    custom_img2_descoptSTRING请上传图片
    custom_img3_descoptSTRING请上传图片
    custom_video1_descoptSTRING请上传视频
    custom_video2_descoptSTRING请上传视频
    custom_video3_descoptSTRING请上传视频
    custom_text1_descoptSTRING请输入文本
    custom_text2_descoptSTRING请输入文本
    custom_text3_descoptSTRING请输入文本

    Outputs (0)

    No outputs