From c91617449984e4c7ce4bdd0a7431a2fa6d509a1d Mon Sep 17 00:00:00 2001 From: vuhung3990 Date: Sun, 11 Jan 2026 22:51:05 +0700 Subject: [PATCH] Add NSFW Guard node to custom-node-list.json (#2489) Added NSFW Guard node for ComfyUI with automatic detection. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5bdfe095..448de148 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41243,6 +41243,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "vuhung3990", + "title": "NSFW Guard", + "id": "comfyui-nsfw-guard", + "reference": "https://github.com/vuhung3990/comfyui-nsfw-guard", + "files": [ + "https://github.com/vuhung3990/comfyui-nsfw-guard" + ], + "install_type": "git-clone", + "description": "NSFW content detection node for ComfyUI - blocks inappropriate images automatically using YOLOv9 model." + } ] }