Nodes Browser

ComfyDeploy: How comfyui-image-round works in ComfyUI?

What is comfyui-image-round?

A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable.

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 comfyui-image-round and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

comfyui-image-round

A simple "Round Image" node to round an image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable.

There's also an "Round Image Advanced" version of the node with optional node-driven inputs and outputs, which was designed to be used with the extra "Crop Image Advanced" node for taking padding outputs from the "Round Image Advanced" node and cropping the image back down to the original size.

Image of the Round Image node