ComfyUI > Nodes > ComfyUI_KimNodes > 🍒YOLOWorld_Match🔍特征匹配

ComfyUI Node: 🍒YOLOWorld_Match🔍特征匹配

Class Name

YOLOWorld_Match

Category
🍒 Kim-Nodes/🔍YOLOWorld_Match | 特征匹配
Author
Kim (Account age: 2536days)
Extension
ComfyUI_KimNodes
Latest Updated
2025-09-22
Github Stars
0.05K

How to Install ComfyUI_KimNodes

Install this extension via the ComfyUI Manager by searching for ComfyUI_KimNodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI_KimNodes in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

🍒YOLOWorld_Match🔍特征匹配 Description

YOLOWorld_Match detects specified object categories in images using a YOLO model with confidence thresholds.

🍒YOLOWorld_Match🔍特征匹配:

YOLOWorld_Match is a node designed to perform object detection using a YOLO (You Only Look Once) model. This node is particularly useful for identifying specific categories of objects within images, leveraging the power of YOLO's real-time object detection capabilities. The primary goal of YOLOWorld_Match is to determine whether a specified category of objects is present in the input images, based on a confidence threshold. This node is beneficial for AI artists and developers who need to automate the process of detecting and matching objects in visual content, providing a streamlined method to verify the presence of objects like people, animals, or other predefined categories. By utilizing this node, you can efficiently process images and obtain results that indicate whether the desired objects are detected, enhancing your workflow in projects that require object recognition.

🍒YOLOWorld_Match🔍特征匹配 Input Parameters:

image

The image parameter is the input image or a list of images that you want to analyze for object detection. It should be provided as a torch.Tensor. This parameter is crucial as it serves as the primary data source for the node to perform object detection. The images are processed to identify objects based on the specified category and confidence threshold.

yolo_world_model

The yolo_world_model parameter specifies the model file name to be used for object detection. It is selected from a list of available YOLO model files, which are typically stored with a .pt extension. This parameter determines the model's architecture and weights, which directly impact the accuracy and performance of the object detection process.

confidence_threshold

The confidence_threshold parameter is a floating-point value that sets the minimum confidence level required for an object detection to be considered valid. It ranges from 0 to 1, with a default value of 0.25. Lowering this threshold may increase the number of detected objects but could also result in more false positives, while raising it may reduce false positives but could miss some objects.

category

The category parameter is a string that defines the specific object category you want to detect within the images. The default value is "person", which is a common category. This parameter is essential for filtering the detection results to only include objects that match the specified category, allowing for targeted object recognition.

🍒YOLOWorld_Match🔍特征匹配 Output Parameters:

result

The result parameter is a string output that indicates whether the specified category of objects was detected in the input images. It returns "true" if the objects are detected with a confidence level above the threshold, and "false" otherwise. This output is crucial for determining the presence of the desired objects and can be used to trigger further actions or decisions in your workflow.

🍒YOLOWorld_Match🔍特征匹配 Usage Tips:

  • Ensure that the input images are preprocessed correctly, such as converting them to the appropriate tensor format, to avoid errors during object detection.
  • Experiment with different confidence threshold values to balance between detection accuracy and the number of false positives, depending on your specific use case.

🍒YOLOWorld_Match🔍特征匹配 Common Errors and Solutions:

Model file not found

  • Explanation: This error occurs when the specified YOLO model file cannot be located in the designated directory.
  • Solution: Verify that the model file name is correct and that the file is present in the expected directory. Ensure that the file has the correct .pt extension.

Invalid image format

  • Explanation: This error arises when the input image is not in the expected torch.Tensor format.
  • Solution: Convert your images to the torch.Tensor format before passing them to the node. Check that the image dimensions and channels are appropriate for the model.

Category not recognized

  • Explanation: This error happens when the specified category is not found in the model's list of recognized classes.
  • Solution: Double-check the spelling and case of the category name. Ensure that the category is included in the model's class list and adjust the input accordingly.

🍒YOLOWorld_Match🔍特征匹配 Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI_KimNodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.