第三方插件 ComfyUI-KJNodes

Plot Coordinates

Plot Coordinates 202

用于将坐标数据可视化为图像序列。该节点使用 Matplotlib 库将坐标点绘制成图像,并可以显示坐标点之间的连接和边界框。Plot

节点中英文对比

按当前节点配置,分别展示中文与英文节点结构。

中文节点
Plot Coordinates
  • coordinates
  • size_multiplier
  • images
  • width
  • height
  • bbox_width
  • bbox_height
  • text
    width
    height
    bbox_width
    bbox_height
    英文节点
    Plot Coordinates
  • coordinates
  • size_multiplier
  • images
  • width
  • height
  • bbox_width
  • bbox_height
  • text
    width
    height
    bbox_width
    bbox_height

    参数说明

    依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。

    输入参数
    coordinates coordinates
    坐标序列,格式为 JSON 字符串,表示每一帧的中心点位置,如 [{"x": 100, "y": 200}, ...]。
    size_multiplier size_multiplier
    每个坐标点的缩放倍数数组,对 bbox 大小进行乘法缩放。
    输出参数
    images images
    标注好坐标位置的图像序列(Tensor 格式)。
    width width
    图像宽度,回传确认。
    height height
    图像高度,回传确认。
    bbox_width bbox_width
    绘制的边框宽度,回传确认。
    bbox_height bbox_height
    绘制的边框高度,回传确认。
    控件参数
    text text
    图像标题文字,将显示在图中。
    width width
    输出图像宽度。
    height height
    输出图像高度。
    bbox_width bbox_width
    在每个坐标位置绘制的边框宽度。
    bbox_height bbox_height
    在每个坐标位置绘制的边框高度。

    详细说明

    结合节点用途、参数和调用方式,给出更完整的说明内容。

    暂无节点说明

    同类节点导航

    继续浏览同一分类下的相邻节点,方便串联学习。