mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
remove debug print
This commit is contained in:
parent
265bc26c21
commit
8fc67f3851
@ -77,6 +77,5 @@ class NetworkModuleOFT(network.NetworkModule):
|
||||
merged_weight = rearrange(merged_weight, 'k m ... -> (k m) ...')
|
||||
|
||||
updown = merged_weight.to(orig_weight.device, dtype=orig_weight.dtype) - orig_weight
|
||||
print(torch.norm(updown))
|
||||
output_shape = orig_weight.shape
|
||||
return self.finalize_updown(updown, orig_weight, output_shape)
|
||||
|
Loading…
Reference in New Issue
Block a user