From 832344ca2071eb3aa84fc897ed6da408468fb797 Mon Sep 17 00:00:00 2001 From: Halil Beycan <50718965+0xBeycan@users.noreply.github.com> Date: Tue, 3 Mar 2026 05:33:11 +0800 Subject: [PATCH] new node ComfyUI-ImageQualityGate (#2661) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6952e7c2..1513a036 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44108,6 +44108,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "0xBeycan", + "title": "ComfyUI-ImageQualityGate", + "reference": "https://github.com/0xBeycan/ComfyUI-ImageQualityGate", + "files": [ + "https://github.com/0xBeycan/ComfyUI-ImageQualityGate" + ], + "install_type": "git-clone", + "description": "Single-node image quality gate for LoRA dataset filtering. Analyzes blur, sharpness, noise, clipping, and entropy with three-tier verdict (PASS/SO-SO/FAIL), center-weighted blur detection, and shot-type presets." } ] }