File size: 1,177 Bytes
1e3b872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<div align="center">
<h2>
    ComfyUI-YOLO: Ultralytics-Powered Object Recognition for ComfyUI
</h2>
<div>
    <img width="800" alt="teaser" src="doc\yolo_logo.webp">
</div>
</div>

## 🛠️ Installation

```bash
cd custom/nodes
git clone https://github.com/kadirnar/ComfyUI-YOLO
```

## 🤗 Model Hub

You can find the models on the [Ultralytics Model Hub](https://github.com/ultralytics/assets/releases)

```bash
cd models/ultralytics
wget https://github.com/ultralytics/assets/releases/download/v8.2.0/model_name.pt
```

## Ultralytics Object Detection

<img width="1000" alt="Object Detection" src="doc\comfyui_object_det.png">

## Ultralytics Object Segmentation

<img width="1000" alt="Object Segmentation" src="doc\comfyui_object_seg.png">

## Ultralytics Object Pose Estimation

<img width="1000" alt="object detection" src="doc\comfyui_object_pose.png">

## Ultralytics Segment Anything

<img width="1000" alt="object detection" src="doc\comfyui_sam.png">

## Ultralytics Resize Image

<img width="1000" alt="object detection" src="doc/comfyui_resize.png">

## Ultralytics Bbox Visualization

<img width="1000" alt="object detection" src="doc/comfyui_box_vis.png">