ComfyUI Extension
ComfyUI-Watermark-Detection-YOLO
ComfyUI-Watermark-Detection-YOLO node
soliton80/ComfyUI-Watermark-Detection-YOLO
Nodes2
On cloudLocal install
CategoryWatermark Detection
Stars4
Updatedabout a year ago
Nodes (2)
Readme
ComfyUI Watermark Detection Custom Node
Advanced watermark detection using a custom trained YOLO11 model with special support for fading watermarks.
π Features
- High Accuracy: Custom model trained on 24,558 watermark images. Thanks to https://universe.roboflow.com/idevelop/watermarks-fczjj/dataset/1
- Multi-Resolution: Supports 640px, 1280px, 1920px detection
- Fading Watermarks: Low confidence threshold for transparent watermarks
- Binary Masks: Clean mask output for post-processing
- Detailed Info: Bounding box coordinates and confidence scores
π¦ Installation
Via ComfyUI Manager (Recommended)
- Open ComfyUI Manager
- Search for "Watermark Detection Custom"
- Click Install
Manual Installation
cd ComfyUI/custom_nodes/
git clone https://github.com/soliton80/ComfyUI-Watermark-Detection-YOLO.git
cd ComfyUI-Watermark-Detection-YOLO
pip install -r requirements.txt
π― Usage
- Load Watermark Detector: Uses the trained
watermarks_detect_bestmodel - Detect Watermarks: Process images with configurable confidence/IOU
- Save Results: Export detection images and masks
- Confidence pointer: Hold lower confidence pointer for weak visible watermarks
- Resolution Option: Put resolution higher for weak visible watermarks
π Model Performance
Trained on diverse watermark dataset including:
- Text overlays and logos
- Semi-transparent watermarks
- Various positions and sizes
- Multi-language text watermarks
π₯ Example workflow

π€ Issues
Issues are welcome!
π License
MIT License - see LICENSE file for details.