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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui-image-round
and select it - 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.