Nodes Browser

ComfyDeploy: How ComfyUI-YOLO works in ComfyUI?

What is ComfyUI-YOLO?

Ultralytics-Powered Object Recognition for ComfyUI

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-YOLO and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine
<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

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

🤗 Model Hub

You can find the models on the Ultralytics Model Hub

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 Video Object Detection

<img width="1000" alt="Object Detection" src="doc\comfyui_yolo_video.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 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">