ComfyUI-Impact-Pack
时间:2025/06/28
FromDetailerPipe_v2
节点功能:该节点是FromDetailerPipe的增强版本,除了分解DETAILER_PIPE组件外,还会直接输出原始的管道数据。
FromDetailerPipe_v2-节点参数说明
| 输入参数 | |
| detailer_pipe | 由 ToDetailerPipe 或 ToDetailerPipeSDXL 生成的推理管道结构。 | 
| 输出参数 | |
| detailer_pipe | 原始完整的推理管道结构。 | 
| model | 推理使用的主模型。 | 
| clip | 提示词编码所需的文本编码器模型。 | 
| vae | 将 latent 转换为图像的变分自编码器模型。 | 
| positive | 正向提示词。 | 
| negative | 反向提示词。 | 
| bbox_detector | 边界框检测模型,用于人脸或物体定位。 | 
| sam_model_opt | 可选的 SAM 掩码模型,用于图像区域分割。 | 
| segm_detector_opt | 可选的语义分割模型,用于细化局部结构。 | 
| detailer_hook | detailer 推理过程中的钩子扩展接口。 | 

