EasyUse/Loadersgenerated
EasyLoraStack(loraStack)
EasyLoraStack creates an empty LORA_STACK value. It is a convenient starting point for building LoRA stacks in workflows using the Easy-Use loader suite.
lora Stack
lora_stack
Easy Use
Description
EasyLoraStack creates an empty LORA_STACK value. It is a convenient starting point for building LoRA stacks in workflows using the Easy-Use loader suite. Because it has no inputs, it can be used anywhere a LORA_STACK value is needed to initialize stack composition.
Inputs
None.
The node exposes no input sockets and no widget controls.
Outputs
| Name | Type | Description |
|---|---|---|
| LORA_STACK | LORA_STACK | An empty LoRA stack, ready to be passed to downstream stack-building or loading nodes. |
Usage Notes
- Use EasyLoraStack as the base/seed value when composing a LoRA stack from multiple parts.
- Because the output starts empty, consuming the LORA_STACK directly applies no LoRA by itself.
- This node is listed under EasyUse/Loaders in the node menu, but it does not load a LoRA file directly; it only provides an empty stack container.
Comments
Sign in with GitHub to join the discussion.