From 6a911850aaafbaa94069da6599fd3a5c1602973b Mon Sep 17 00:00:00 2001 From: rorrim Date: Sun, 12 Apr 2026 19:50:25 +0800 Subject: [PATCH] Add ComfyUI-Fast-Mosaic to custom node list Automatically batch-process images within the same folder by applying pixelation or Gaussian blur. --- node_db/forked/custom-node-list.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index 58924308..231fac03 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -189,6 +189,15 @@ ], "install_type": "git-clone", "description": "forked from https://github.com/fredconex/ComfyUI-SoundFlow (removed)" - } - ] -} \ No newline at end of file + }, + { + "author": "rorrimrM", + "title": "ComfyUI-Fast-Mosaic", + "reference": "https://github.com/rorrimrM/ComfyUI-Fast-Mosaic", + "files": [ + "https://github.com/rorrimrM/ComfyUI-Fast-Mosaic" + ], + "install_type": "git-clone", + "description": "Automated anime facial feature mosaic and batch processing tool for comfyui" + }, +}