第三方插件
ComfyUI-KJNodes
Create Shape Image On Path
用于在指定路径上创建形状图像。该节点可以根据提供的坐标路径,在每个坐标点位置生成指定形状的图像。Create Shape Image On
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
Create Shape Image On Path
shape
frame_width
frame_height
shape_width
shape_height
shape_color
bg_color
blur_radius
intensity
trailing
border_width
border_color
英文节点
Create Shape Image On Path
shape
frame_width
frame_height
shape_width
shape_height
shape_color
bg_color
blur_radius
intensity
trailing
border_width
border_color
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
coordinates
coordinates
控制点坐标的 JSON 字符串,必须提供。
size_multiplier
size_multiplier
每帧形状尺寸倍增因子,支持外部输入。
输出参数
image
image
渲染的彩色图像序列,包含每帧中绘制的形状。
遮罩
mask
每帧对应的单通道掩码图像。
控件参数
shape
shape
形状类型,可选:circle、square、triangle。常用于绘制路径动画的形状元素。推荐使用 circle 实现均匀动态遮罩。
frame_width
frame_width
图像帧的宽度。
frame_height
frame_height
图像帧的高度。
shape_width
shape_width
绘制形状的宽度。
shape_height
shape_height
绘制形状的高度。
shape_color
shape_color
形状颜色,支持如 white、#FF0000。
bg_color
bg_color
背景颜色,默认黑色。
blur_radius
blur_radius
对图像模糊半径。
intensity
intensity
图像强度缩放因子。
trailing
trailing
拖尾权重,用于图像累积。
border_width
border_width
边框宽度,0 表示无边框。
border_color
border_color
边框颜色,默认黑色。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。