Nodes Browser
ComfyDeploy: How comfyui-mosaic-blur works in ComfyUI?
What is comfyui-mosaic-blur?
A simple mosaic blur node for ComfyUI that uses CV2 or Pillow
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-mosaic-blur
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
comfyui-mosaic-blur
A simple mosaic blur node for ComfyUI. The user can toggle between CV2 or Pillow methods. CV2 is faster but lower quality. Block size parameter controls blur amount.