ComfyUI Extension: comfyui-yolov8-simple

Authored by dskjal

Created

Updated

0 stars

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

    1. in comfyui custom_nodes dir and https://github.com/dskjal/comfyui-yolov8-simple.git
    2. put detect or seg models in comfyui models/yolov8 dir

    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.