ComfyUI-Impact-Pack
FromDetailerPipe
节点功能:将打包在DETAILER_PIPE中的多个组件分解为独立的输出,与ToDetailerPipe形成互补关系。
FromDetailerPipe-节点参数说明
输入参数 | |
detailer_pipe | 来自 ToDetailerPipe 或 ToDetailerPipeSDXL 的推理管道。 |
输出参数 | |
model | 主模型(如 SD/SDXL Base)。 |
clip | 文本编码器 CLIP 模型。 |
vae | 解码器,将 latent 转为图像。 |
positive | 正向提示词。 |
negative | 反向提示词。 |
bbox_detector | 区域检测器,如人脸框架检测等。 |
sam_model_opt | 可选的 SAM 分割模型。 |
segm_detector_opt | 可选的语义分割模型。 |
detailer_hook | 用于控制推理行为的钩子组件。可插入执行逻辑或可视化分析。 |