ComfyUI-Easy-Use
时间:2025/06/28
EasyControlnet
节点功能:用于控制单个 ControlNet模型。
EasyControlnet-节点参数说明
输入参数 | |
pipe | 上游加载器节点输出的管线结构。 |
image | 作为 ControlNet 输入的预处理图像,例如深度图、边缘图等。 |
control_net | 可传入外部加载的 ControlNet 模型对象。 |
输出参数 | |
pipe | 添加 ControlNet 后的新推理管线。 |
positive | 新的正向条件编码,包含 ControlNet 影响。 |
negative | 新的负向条件编码。 |
控件参数 | |
control_net_name | 指定使用的 ControlNet 模型文件名。 |
strength | 控制 ControlNet 影响程度。默认 1.0。 |
scale_soft_weights | 控制 soft weight 缩放因子。默认 1.0。 |