mnemic commited on
Commit
6e756d1
1 Parent(s): bb45753

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ A Yolov8 detection model that detects watermarks in images.
6
+
7
+ The model can be used as an [ADetailer](https://github.com/Bing-su/adetailer) model (for [Automatic1111](https://github.com/AUTOMATIC1111/) / Stable Diffusion use), or using other [inference scripts](https://github.com/MNeMoNiCuZ/yolov8-scripts) to return detection bounding boxes of watermarks.
8
+
9
+ The model is trained partially on the following dataset:
10
+ [MFW-feoki/W6-janF](https://universe.roboflow.com/mfw-feoki/w6_janf), and partially with synthetic NSFW data.
11
+
12
+
13
+ A small tutorial on how to use the model can be found on this Github: https://github.com/MNeMoNiCuZ/yolov8-scripts or this [CivitAI article](https://civitai.com/articles/4080/training-a-custom-adetailer-model-with-yolov8-detection-model).
14
+
15
+
16
+
17
+
18
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644ed23467c9458c913059ff/liKPKMwioXSROKUSUVexj.png)
19
+