Skip to content

Commit 66eeb4e

Browse files
committed
Remove unload
1 parent ab409ee commit 66eeb4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib_layerdiffusion/attention_sharing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def __init__(self, layer_list):
327327
class AttentionSharingPatcher(torch.nn.Module):
328328
def __init__(self, unet, frames=2, use_control=True, rank=256):
329329
super().__init__()
330-
model_management.unload_model_clones(unet)
331330

332331
units = []
333332
for i in range(32):

0 commit comments

Comments
 (0)