ComfyUI-YOLO icon indicating copy to clipboard operation
ComfyUI-YOLO copied to clipboard

ComfyUI-YOLO: Ultralytics-Powered Object Recognition for ComfyUI

Results 14 ComfyUI-YOLO issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/user-attachments/assets/8477721c-1647-4094-90cf-e0d69fd87be1) ![image](https://github.com/user-attachments/assets/3327cbd0-8d09-4bb9-9b81-3e3e67e004d5)

- Add support for merging multiple masks into a single binary mask - Implement mask resizing to match target image dimensions - Enhance error handling for invalid mask inputs This...

enhancement

This PR adds a Github Action (publish-node-action) that will publish an updated version of your custom node to the [registry](https://comfyregistry.org/) whenever the `pyproject.toml` file changes. The pyproject.toml defines the custom...

enhancement

In Linux, sometimes ComfyUI will be started in /home/comfy/ComfyUI, ComfyUI/models/ultralytics with the relative path will lead to /home/comfy/ComfyUI/ComfyUI/models/ultralytics which is the wrong model path. So we need to use` from...

Hello :) When I try to use the segment detector with the person_jolov8 file I get this error: ![Image](https://github.com/user-attachments/assets/6335caa6-0a91-4732-8ee6-d181077e6d59) ![Image](https://github.com/user-attachments/assets/d59a0e59-6db2-4712-9eca-950951154463)

right folders and right models , but null in comfyui ![image](https://github.com/user-attachments/assets/e9cff7b1-4af2-4dfe-ad8f-a3b0ffd4b953) ![image](https://github.com/user-attachments/assets/71379593-d139-4582-ab28-a19280c84743)

bug

The masks output node in ultralytics inference cannot be exported. After using yolo-segm model, the masks of inference result cannot connect to like convert mask to image or segs to...

Hi, does this project support yolo classify model? if support, how to use ?

Running the latest YOLO releases I get an error message like `Can't get attribute 'C3k2' on

In some use case, I want to identify people's gender and age.