Knodes

Knodes
★ 4

Base64WebSocket图像加载批量处理
三个Base64图像节点:批量图像通过WebSocket发送(返回路由字符串),以及加载单图与按自定义格式批量解码为图像张量与掩码
💡 在ComfyUI流程中加载Base64图像或通过WebSocket实时发送
🍴 3 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/2df45d172dc1
📄 README

ComfyUI Nodes

3 Nodes:

  • Image(s) to Websocket (Base64)
  • — Accepts a batch of image tensors and returns an array of base64 encoded images using the websocket. Returns a string (Actions) for routing.

  • Load Image (Base64)
  • — Accepts a base64 encoded image and returns an image tensor and mask.

  • Load Images (Base64)
  • — Accepts a string with the following structure: 0x4(Image count) 0x8(Image1 length) Image1(base64) … 0x8(ImageN length) ImageN(base64).

    — Returns a batch of image tensors and masks.