第三方插件
ComfyUI-Impact-Pack
Simple Detector (SEGS/pipe)
Simple Detector (SEGS)的管道版本,通过结合多种检测技术(边界框检测 + SAM/分割检测)来生成SEGS 数据。Simple Detector (SEGS/pipe)-
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
Simple Detector (SEGS/pipe)
bbox_threshold
bbox_dilation
crop_factor
drop_size
sub_threshold
sub_dilation
sub_bbox_expansion
sam_mask_hint_threshold
post_dilation
英文节点
Simple Detector (SEGS/pipe)
bbox_threshold
bbox_dilation
crop_factor
drop_size
sub_threshold
sub_dilation
sub_bbox_expansion
sam_mask_hint_threshold
post_dilation
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
detailer_pipe
detailer_pipe
由 DetailerPipe 节点输出的完整推理配置结构。
image
image
输入图像(单张)。
输出参数
SEGS
SEGS
区域列表数据结构 (H, W), [SEG, SEG, ...],包含每个目标的掩码、裁剪图像等信息。
控件参数
bbox_threshold
bbox_threshold
主检测器置信度阈值,默认值为 0.5。
bbox_dilation
bbox_dilation
初步 bbox 区域的掩码膨胀或腐蚀像素,默认值为 0。正数扩大掩码边界,负数缩小边界。
crop_factor
crop_factor
bbox 裁剪区域的上下文扩展比例,默认值为 3.0。扩展值越大,保留的周边区域越多。
drop_size
drop_size
过滤小尺寸 bbox 的阈值(单位:像素),默认值为 10。用于排除检测噪声或误检目标。
sub_threshold
sub_threshold
掩码细化模块的置信度阈值,默认值为 0.5。控制 SAM 或分割模型的区域保留程度。
sub_dilation
sub_dilation
掩码细化阶段的膨胀像素,默认值为 0。辅助控制分割边界。
sub_bbox_expansion
sub_bbox_expansion
SAM 掩码提示区域的 bbox 扩展像素,默认值为 0。
sam_mask_hint_threshold
sam_mask_hint_threshold
SAM 多点合成掩码的阈值,默认值为 0.7。控制保留的提示点可靠性。
post_dilation
post_dilation
最终 SEGS 掩码的整体膨胀或腐蚀像素,默认值为 0。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。