This custom node for ComfyUI provides watermark detection capabilities using a YOLO model trained by fancyfeast, the creator of JoyCaption. The model is originally hosted at Hugging Face Space.
Features
Detects watermarks in images using YOLOv11
Returns both the detection visualization and a binary mask
Adjustable confidence threshold for detections
Installation
Place this folder in your ComfyUI/custom_nodes/ directory
The model will be automatically downloaded from Hugging Face on first use
Usage
Add a Load Watermark Detector node to load the model
Connect your image to the Detect Watermarks node
Adjust the confidence threshold as needed (default: 0.5)