下面则是通过Edit DetailerPipe修改了管道中的positive信息,使得即使是相同的种子,出来的图片也不一样。
ComfyUI-Impact-Pack
Edit DetailerPipe
节点功能:用于修改 DETAILER_PIPE 组件,允许您替换或更新管道中的特定元素而无需重新创建整个管道。
Edit DetailerPipe-节点参数说明
输入参数 | |
detailer_pipe | 要编辑的 Detailer 管线对象。 |
model | 替换基础模型。 |
clip | 替换文本编码器。 |
vae | 替换图像解码器。 |
positive | 替换正向提示词。 |
negative | 替换反向提示词。 |
bbox_detector | 替换边界框检测器。 |
sam_model | 替换 SAM 分割模型。 |
segm_detector | 替换分割检测器。 |
detailer_hook | 替换 detailer 的 hook 配置。 |
输出参数 | |
detailer_pipe | 修改后的 Detailer 管线对象,字段包括模型、编码器、提示词、分割模型与检测器等。 |
控件参数 | |
wildcard | 通配符字符串,用于替换原有通配符。 |
Select to add LoRA | 要附加到文本中的 LoRA 名称选择。 |
Select to add Wildcard | 要附加到文本中的 Wildcard 名称选择。 |