ComfyUI Node
LoRA Scale Weights (Yogurt Nodes)
Scale LoRA tensor weights globally so effect can be tuned while using strength=1.
LoRA Scale Weights (Yogurt Nodes)
- lora
- scaled_lora
- scaled_keys_count
◄scale_factor1.00►
◄key_pattern.*►
◄scale_alphafalse►
CategoryYogurtNodes/Models
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| lora | LORA | The LoRA object to scale. | |
| scale_factor | FLOAT | 1.00-10–10 | Global multiplier for selected LoRA tensor keys. |
| key_patternopt | STRING | .* | Only keys matching this regex will be scaled. |
| scale_alphaopt | BOOLEAN | false | Also scale .alpha tensor keys. Usually keep this off. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| scaled_lora | LORA | — |
| scaled_keys_count | INT | — |