Metadata-Version: 2.1
Name: comfyui-nsfw-check
Version: 0.0.1
Summary: This project is designed to detect whether images generated by ComfyUI are Not Safe For Work (NSFW). It uses a machine learning model to classify images as either safe or not safe for work and returns a confidence score for the NSFW classification.
Home-page: https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check
Requires-Python: >=3.10
Requires-Dist: transformers==4.37.2
Requires-Dist: pillow==10.2.0
