diff --git a/modules/lora/lora_stack.py b/modules/lora/lora_stack.py index 544035e36..d5c0001c7 100644 --- a/modules/lora/lora_stack.py +++ b/modules/lora/lora_stack.py @@ -45,7 +45,7 @@ def density(): def ramp_alpha(): - return float(getattr(shared.opts, 'lora_stack_alpha', 1.5)) + return float(getattr(shared.opts, 'lora_stack_alpha', 0.0)) def manual_discrepancy():