Nodes Browser

ComfyDeploy: How Knodes works in ComfyUI?

What is Knodes?

Nodes: Image(s) To Websocket (Base64), Load Image (Base64),Load Images (Base64)

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Knodes and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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.