luxdelux7 commited on
Commit
c47e72e
·
verified ·
1 Parent(s): ad642d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -6,30 +6,37 @@ license: gpl-3.0
6
 
7
  <img src="images/header.webp" width="800px" />
8
 
9
- Custom trained models for the soon to be releasedd **Forbidden Vision** ComfyUI custom nodes.
10
- https://github.com/luxdelux7/ComfyUI-Forbidden-Vision
11
- <a href="https://ko-fi.com/luxdelux" target="_blank">
12
- <img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-fi">
13
- </a>
 
 
 
 
14
  </div>
15
 
16
  ---
17
 
18
  ## 📦 Models
19
 
 
 
 
20
  ### 🟢 Face Detection (YOLO fine-tunes)
21
  - **Base:** YOLO face detection models (GPL-3.0).
22
  - **Variants:**
23
  - `ForbiddenVision_facedetect_yolov11s.pt` → YOLO Small fine-tune.
24
  - `ForbiddenVision_facedetect_yolov11n.pt` → YOLO Nano fine-tune.
25
- - **Training:** Fine-tuned on the <a href="https://github.com/YapaLab/yolo-face">yolo 11 face base</a> using a custom dataset of 7k+ images which were a mix of civitai sfw and nsfw content + my own curated images
26
  - **Usage:** Lightweight, accurate bounding box detection for faces.
27
 
28
  ---
29
 
30
  ### 🔵 Face Segmentation (EfficientNet-B0 advprop)
31
  - **Base:** timm EfficientNet-B0 (advprop, Apache-2.0).
32
- - **Training:** Fine-tuned for binary face/background segmentation.
33
  - **Usage:** Provides clean masks for downstream processing.
34
 
35
  ---
@@ -38,3 +45,9 @@ https://github.com/luxdelux7/ComfyUI-Forbidden-Vision
38
  - **Base:** MobileNetV3-Small (Apache-2.0).
39
  - **Training:** Trained for landmark-based rotation correction.
40
  - **Usage:** Aligns faces to level eyes for consistent preprocessing.
 
 
 
 
 
 
 
6
 
7
  <img src="images/header.webp" width="800px" />
8
 
9
+ Custom trained models for the soon to be released **Forbidden Vision** ComfyUI custom nodes.
10
+ <a href="https://github.com/luxdelux7/ComfyUI-Forbidden-Vision">GitHub Repository</a>
11
+
12
+ <br/>
13
+
14
+ <a href="https://ko-fi.com/luxdelux" target="_blank">
15
+ <img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-fi">
16
+ </a>
17
+
18
  </div>
19
 
20
  ---
21
 
22
  ## 📦 Models
23
 
24
+ All models were trained on a custom dataset of **7k+ images** (a mix of SFW/NSFW portraits from public sources and my own curated images).
25
+ The goal was to cover style diversity across anime and realistic domains.
26
+
27
  ### 🟢 Face Detection (YOLO fine-tunes)
28
  - **Base:** YOLO face detection models (GPL-3.0).
29
  - **Variants:**
30
  - `ForbiddenVision_facedetect_yolov11s.pt` → YOLO Small fine-tune.
31
  - `ForbiddenVision_facedetect_yolov11n.pt` → YOLO Nano fine-tune.
32
+ - **Training:** Fine-tuned on the <a href="https://github.com/YapaLab/yolo-face">YOLOv11 Face base</a>.
33
  - **Usage:** Lightweight, accurate bounding box detection for faces.
34
 
35
  ---
36
 
37
  ### 🔵 Face Segmentation (EfficientNet-B0 advprop)
38
  - **Base:** timm EfficientNet-B0 (advprop, Apache-2.0).
39
+ - **Training:** Besides manually annotated civitai and custom images, the model used an equal split of <a href="https://github.com/switchablenorms/CelebAMask-HQ">CelebAMask-HQ</a>
40
  - **Usage:** Provides clean masks for downstream processing.
41
 
42
  ---
 
45
  - **Base:** MobileNetV3-Small (Apache-2.0).
46
  - **Training:** Trained for landmark-based rotation correction.
47
  - **Usage:** Aligns faces to level eyes for consistent preprocessing.
48
+
49
+ ---
50
+
51
+ ⚖️ **Licensing Note**
52
+ This repository is distributed under **GPL-3.0** due to the YOLO fine-tunes.
53
+ The segmentation and rotation models are originally Apache-2.0 based, but included here under GPL for consistency.