ComfyUI Extension: comfyui-yolov8-simple
Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node.
Custom Nodes (0)
README
Simple yolov8 comfyui plugin. This plugin adds Yolov8DetectionSegmentation node and ImageCompositeBlurred node.
Yolov8DetectionSegmentation detects and crops an input image.
ImageCompositeBlurred blurs image borders and overlaps the image at the target location.
Install
- in comfyui
custom_nodesdir andhttps://github.com/dskjal/comfyui-yolov8-simple.git - put detect or seg models in comfyui
models/yolov8dir
How to use
If your yolov8 model has "seg" or "Seg" or "SEG" in the name, the node outputs segmentation mask.
Node name is Yolov8DetectionSegmentation and ImageCompositeBlurred.
Sample workflow

Segmentation workflow

Mask
Mask output size equals imput image size.
Cropped mask size equals cropped image size.