ComfyUI Node
Lora Simple Add
Combine two LoRAs with the same ranks by adding their values together. Simple implementation that directly adds tensors with specified weights.
Lora Simple Add
- loraA
- loraB
- combined_lora
◄alpha_a1.00►
◄alpha_b1.00►
CategoryLoraUtils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| loraA | LORA | First LoRA to add (base LoRA). | |
| loraB | LORA | Second LoRA to add (will be added to base LoRA). | |
| alpha_a | FLOAT | 1.00-10–10 | Weight for LoRA A (multiplier for first LoRA). |
| alpha_b | FLOAT | 1.00-10–10 | Weight for LoRA B (multiplier for second LoRA). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| combined_lora | LORA | — |