Metadata-Version: 2.1
Name: comfyui-image-safety-gate
Version: 0.0.1
Summary: Illustration-friendly NSFW + gore gate combining SmilingWolf WD tagger v3, CompVis CLIP safety checker, and OwenElliott image-safety-classifier-s NSFL signal with boolean OR. Drop-in compatible with the existing CLIP-based safety-checker node (matches the (IMAGE, nsfw) output signature).
Home-page: https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate
Requires-Python: >=3.10
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: transformers
Requires-Dist: huggingface_hub
Requires-Dist: timm
Requires-Dist: safetensors
Requires-Dist: pillow
Requires-Dist: numpy
Requires-Dist: pandas
