mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-19 12:44:59 +08:00
style: conform style
This commit is contained in:
parent
3b8515d2c9
commit
6523edb8a4
@ -63,7 +63,7 @@ class NetworkModuleOFT(network.NetworkModule):
|
||||
orig_weight = orig_weight
|
||||
|
||||
return self.finalize_updown(updown, orig_weight, output_shape)
|
||||
|
||||
|
||||
# override to remove the multiplier/scale factor; it's already multiplied in get_weight
|
||||
def finalize_updown(self, updown, orig_weight, output_shape, ex_bias=None):
|
||||
#return super().finalize_updown(updown, orig_weight, output_shape, ex_bias)
|
||||
|
Loading…
Reference in New Issue
Block a user