EasyControlnet (Advanced)
节点功能:基础 EasyControlnet 节点的增强版本,提供了对 ControlNet 生效时间范围的精确控制。
输入参数
参数名称 | 说明 |
---|---|
pipe | 来自加载器的模型管线结构。 |
image | ControlNet 条件图,如边缘图、深度图等。 |
control_net | 外部加载的 ControlNet 模型。 |
输出参数
参数名称 | 说明 |
---|---|
pipe | 应用 ControlNet 后的新管线结构。 |
positive | 添加 ControlNet 后的正向条件。 |
negative | 添加 ControlNet 后的负向条件。 |
控件参数
参数名称 | 说明 |
---|---|
control_net_name | 要加载的 ControlNet 模型文件名。 |
strength | ControlNet 引导强度,默认 1.0。 |
start_percent | ControlNet 起始生效比例(0.0~1.0)。 |
end_percent | ControlNet 结束生效比例(0.0~1.0)。 |
scale_soft_weights | 控制 soft weight 缩放比例。默认 1.0。 |
- start_percent: 开始生效的百分比位置
- end_percent: 结束生效的百分比位置
可以看到,start_percent=0.3,end_percent=0.7时,controlnet控制的时间越短,受深度图的控制影响越小。