ComfyUI Node
WAN2.2 LoRA Randomizer
Randomly selects WAN2.2 LoRA pairs from a configurable list. Each entry is a high/low pair with its own chance and strength. Outputs two CR-compatible LORA_STACKs for high and low LoRAs.
WAN2.2 LoRA Randomizer
- LORA_STACK_HIGH
- LORA_STACK_LOW
◄seed0►
◄exclusive_modefalse►
Categoryloaders
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 00–18446744073709550000 | Seed for reproducible selection. 0 = random every time. |
| exclusive_mode | BOOLEAN | false | When enabled, only one LoRA pair is selected using chance values as relative weights. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| LORA_STACK_HIGH | LORA_STACK | CR-compatible LoRA stack containing the high LoRAs from selected pairs. |
| LORA_STACK_LOW | LORA_STACK | CR-compatible LoRA stack containing the low LoRAs from selected pairs. |