mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
style: conform style
This commit is contained in:
parent
3b8515d2c9
commit
6523edb8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue