ComfyUI Node
⭐ Star Dynamic LoRA Weight
Two modes for multiple LoRAs on distilled models: NORMALIZE MODE: Scales down individual LoRA weights so total = target - LoRAs applied separately with reduced weights - Maintains relative proportions - Example: [0.8, 0.6, 0.4] → [0.44, 0.33, 0.22] (total 1.0) BLEND MODE: Merges all LoRAs into one combined effect - LoRAs blended together at equal ratios - Applied as single combined LoRA at target weight - Example: [0.8, 0.6, 0.4] → merged at 1.0 strength
⭐ Star Dynamic LoRA Weight
- model
- model
- info
◄modenormalize►
◄target_weight1.00►
◄lora1_nameNone►
◄strength1_model1.00►
Category⭐StarNodes/Sampler
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Model to apply LoRAs to. | |
| mode | COMBO | normalize | Normalize: scale weights down | Blend: merge LoRAs together |
| target_weight | FLOAT | 1.000–10 | Normalize: target sum of weights | Blend: strength of merged LoRA |
| lora1_nameopt | COMBO | None | First LoRA to apply. |
| strength1_modelopt | FLOAT | 1.00-100–100 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| info | STRING | — |