Easy Apply CnetStack(applyControlnetStack)
The Easy Apply CnetStack node applies a pre-built ControlNet stack to a pipeline.
apply Controlnet Stack
Description
The Easy Apply CnetStack node applies a pre-built ControlNet stack to a pipeline. It is designed for workflows where one or more ControlNet entries have been collected into a single CONTROL_NET_STACK, typically by a companion stack-building node. This node injects that stack into an Easy-Use pipeline and returns the updated pipeline for further processing.
Inputs
controlnet_stack
A CONTROL_NET_STACK containing one or more ControlNet entries. The stack is applied to the pipeline in order. This input is usually connected to the output of a stack-building node that assembles ControlNet models with their weight, start, and end settings.
pipe
A PIPE_LINE from an Easy-Use workflow. The node uses this pipeline as the base state and produces a new pipeline with the ControlNet stack applied.
Outputs
pipe output
The updated PIPE_LINE with the ControlNet stack applied. This can be passed downstream to sampling or other Easy-Use nodes.
Usage Notes
- Use this node after building a ControlNet stack and before sampling or other pipeline-consuming nodes.
- If the stack contains multiple ControlNet entries, they are applied in the order they appear in the stack.
- An empty stack will leave the pipeline unchanged, making the node safe to keep in a reusable workflow.
- This node belongs to the EasyUse/Adapter category, so it integrates directly with the rest of the Easy-Use pipeline nodes.
Comments
Sign in with GitHub to join the discussion.