From 1b5fa66fe4323f8a700aa9bbeed5943bfa81ce0c Mon Sep 17 00:00:00 2001 From: trumanwong Date: Fri, 2 Feb 2024 18:19:30 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a2bb291b..2c927a4a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5175,6 +5175,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "trumanwong", + "title": "ComfyUI-NSFW-Detection", + "reference": "https://github.com/trumanwong/ComfyUI-NSFW-Detection", + "files": [ + "https://github.com/trumanwong/ComfyUI-NSFW-Detection" + ], + "install_type": "git-clone", + "description": "An implementation of NSFW Detection for ComfyUI" + }, ] }