Add NSFW Guard node to custom-node-list.json (#2489)

Added NSFW Guard node for ComfyUI with automatic detection.
This commit is contained in:
vuhung3990 2026-01-11 22:51:05 +07:00 committed by GitHub
parent 4ad8735c89
commit c916174499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}