ComfyUI-YOLO
ComfyUI-YOLO copied to clipboard
ComfyUI-YOLO: Ultralytics-Powered Object Recognition for ComfyUI
 
- 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...
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...
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:  
right folders and right models , but null in comfyui  
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.