mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-25 13:51:45 -08:00
remove debug print
This commit is contained in:
parent
265bc26c21
commit
8fc67f3851
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue