mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-13 07:30:49 +08:00
Add NSFW Guard node to custom-node-list.json (#2489)
Added NSFW Guard node for ComfyUI with automatic detection.
This commit is contained in:
parent
4ad8735c89
commit
c916174499
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user