From 773c06f40dffc9a0eb43a6114eeaefeef734272f Mon Sep 17 00:00:00 2001 From: Takahiro Yano Date: Wed, 12 Nov 2025 23:51:34 +0900 Subject: [PATCH] Add ComfyUI Fast Mosaic Detector node (#2274) 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 fb2351e7..787840be 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36423,6 +36423,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",