EasyUse/Loadersgenerated

EasyControlnetStack(controlnetStack)

The EasyControlnetStack node creates an empty CONTROL_NET_STACK value.

controlnet Stack

controlnet_stack
Easy Use

The EasyControlnetStack node creates an empty CONTROL_NET_STACK value. It is part of the EasyUse/Loaders category and is intended as the base building block for workflows that assemble a ControlNet stack before applying it to a model.

Description

This node has no inputs and requires no configuration. It simply outputs an empty ControlNet stack, which can then be passed to other nodes that accept a CONTROL_NET_STACK input.

Inputs

This node accepts no inputs.

Outputs

  • CONTROL_NET_STACK: An empty ControlNet stack object. It is ready to be combined with actual ControlNet entries in a downstream stacking or applying node.

Usage Notes

  • Use this node as the starting point when you need to construct a ControlNet stack in your workflow.
  • Because it has no inputs, it can be added anywhere without requiring upstream data.
  • The output stack is empty by itself; you will still need to add or apply ControlNet data later in the pipeline.

Comments

Sign in with GitHub to join the discussion.

Loading comments…