From 2510e6af0941d424bfba24b2a4ac6b8ff13ece0c Mon Sep 17 00:00:00 2001 From: Takahiro Yano Date: Wed, 12 Nov 2025 17:35:53 +0900 Subject: [PATCH] Add ComfyUI Fast Mosaic Detector node Added a new custom node for ComfyUI that provides high-speed mosaic detection with multiple modes. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7b6083c9..2e2a0d9d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36379,6 +36379,17 @@ "install_type": "unzip", "description": "Custom nodes for ComfyUI by TheAlly." }, + { + "author": "yano", + "title": "ComfyUI Fast Mosaic Detector", + "id": "comfyui-fast-mosaic-detector", + "reference": "https://github.com/yano/comfyui-fast-mosaic-detector", + "files": [ + "https://github.com/yano/comfyui-fast-mosaic-detector" + ], + "install_type": "git-clone", + "description": "High-speed and high-accuracy mosaic detection node for ComfyUI. Supports FAST, ACCURATE, and HYBRID modes with ROI refinement." + }, { "author": "xss", "title": "Custom Nodes by xss",