Nodes/OWL-ViT ComfyUI/Bounding Box Visualizer
ComfyUI Node

Bounding Box Visualizer

A example node Class methods ------------- INPUT_TYPES (dict): Tell the main program input parameters of nodes. IS_CHANGED: optional method to control when the node is re executed. Attributes ---------- RETURN_TYPES (`tuple`): The type of each element in the output tuple. RETURN_NAMES (`tuple`): Optional: The name of each output in the output tuple. FUNCTION (`str`): The name of the entry-point method. For example, if `FUNCTION = "execute"` then it will run Example().execute() OUTPUT_NODE ([`bool`]): If this node is an output node that outputs a result/image from the graph. The SaveImage node is an example. The backend iterates on these output nodes and tries to execute all their parents if their parent graph is properly connected. Assumed to be False if not present. CATEGORY (`str`): The category the node should appear in the UI. execute(s) -> tuple || None: The entry point method. The name of this method must be the same as the value of property `FUNCTION`. For example, if `FUNCTION = "execute"` then this method's name must be `execute`, if `FUNCTION = "foo"` then it must be `foo`.

By Jannled·Created about a year ago·Updated about a year ago· 0
Bounding Box Visualizer
  • image
  • boxes
  • confidences
  • Annotated Image
threshold0.2
font_scale1
line_width2
CategoryOWL

Inputs (6)

NameTypeDefaultDescription
imageIMAGEThis is an image
boxesBOXES
confidencesCONFIDENCES
thresholdFLOAT0.2
font_scaleFLOAT10.1–96
line_widthINT21–128

Outputs (1)

NameTypeDescription
Annotated ImageIMAGE