MidnightRunner commited on
Commit
e8c0469
·
verified ·
1 Parent(s): eac1d2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ tags:
4
+ - pytorch
5
+ - yolo
6
+ - yolov8
7
+ - yolov11
8
+ library_name: ultralytics
9
+ base_model:
10
+ - Ultralytics/YOLOv8
11
+ - Ultralytics/YOLO11
12
+ datasets:
13
+ - wider_face
14
+ - skytnt/anime-segmentation
15
+ pipeline_tag: object-detection
16
+ metrics:
17
+ - mAP50
18
+ - mAP50-95
19
+ ---
20
+
21
+ **ComfyUI integration**
22
+
23
+ If you’re new to ComfyUI, here’s how to load these models:
24
+
25
+ 1. **Locate your ComfyUI folder** (e.g. `~/ComfyUI/` or `C:\ComfyUI\`).
26
+ 2. **Create directories**:
27
+ ```bash
28
+ cd /path/to/ComfyUI
29
+ mkdir -p models/ultralytics/segm models/ultralytics/bbox
30
+ 3. Place your .pt files:
31
+ • Segmentation → models/ultralytics/segm/
32
+ • Detection (bbox) → models/ultralytics/bbox/
33
+ 4. Restart ComfyUI
34
+ 5. In the UI:
35
+ • Add Node → Model → Ultralytics → choose segm/… or bbox/….
36
+ • Connect an Image Loader → Ultralytics node → Previewer
37
+
38
+ **Unsafe files**
39
+
40
+ Since getattr is classified as a dangerous pickle function, any segmentation model that uses it is classified as unsafe.
41
+
42
+ All models were created and saved using the official Ultralytics library, so it’s safe to use files downloaded from a trusted source.
43
+
44
+ See also: https://huggingface.co/docs/hub/security-pickle