Visit ComfyUI Online for ready-to-use ComfyUI environment
Visualize tracking data with bounding boxes and labels on images for AI artists to verify and fine-tune diffusion models.
The DrawInstanceDiffusionTracking
node is designed to visualize tracking data generated by the CreateInstanceDiffusionTracking
node. This node overlays tracking information, such as bounding boxes and class labels, onto an image, making it easier to see and understand the tracked instances within the image. This visualization is particularly useful for AI artists who need to verify and fine-tune the tracking data used in their diffusion models. By providing a clear visual representation of the tracked instances, this node helps ensure that the tracking data aligns correctly with the image content, facilitating more accurate and effective diffusion processes.
This parameter accepts an image input on which the tracking data will be drawn. The image serves as the canvas for visualizing the tracking information.
This parameter takes the tracking data generated by the CreateInstanceDiffusionTracking
node. The tracking data includes information about the instances to be visualized, such as their bounding boxes and class labels. This parameter is required and must be provided for the node to function.
This integer parameter specifies the width of the lines used to draw the bounding boxes around the tracked instances. The default value is 2, with a minimum value of 1 and a maximum value of 10. Adjusting this parameter can help make the bounding boxes more or less prominent, depending on the needs of the visualization.
This boolean parameter determines whether to draw the class names and IDs as text above the bounding boxes. The default value is True
. Enabling this option helps in identifying the tracked instances by their class names and IDs directly on the image.
This parameter allows you to select the font used for drawing the class names and IDs. The available fonts are listed in the kjnodes_fonts
directory. Choosing an appropriate font can enhance the readability of the text annotations.
This integer parameter sets the size of the font used for the text annotations. The default value is 20. Adjusting the font size can help ensure that the text is legible and appropriately scaled relative to the image and bounding boxes.
The output is an image with the tracking data visualized on it. This image includes the bounding boxes and, if enabled, the class names and IDs of the tracked instances. The visualized image helps in verifying the accuracy and alignment of the tracking data with the image content.
box_line_width
and font_size
parameters to improve the visibility and readability of the bounding boxes and text annotations, especially when working with images of different resolutions.kjnodes_fonts
directory to enhance the readability of the class names and IDs.<type>
CreateInstanceDiffusionTracking
node to the tracking
input parameter.kjnodes_fonts
directory.kjnodes_fonts
directory.© Copyright 2024 RunComfy. All Rights Reserved.