Skip to content

Commit

Permalink
fix: remove reference in layer diffusion to obsolete func
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Dec 11, 2024
1 parent d49a637 commit d21584d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def __init__(self, layer_list):
class AttentionSharingPatcher(torch.nn.Module):
def __init__(self, unet, frames=2, use_control=True, rank=256):
super().__init__()
model_management.unload_model_clones(unet)
# model_management.unload_model_clones(unet) # this is now handled implicitly in comfyui

units = []
for i in range(32):
Expand Down

0 comments on commit d21584d

Please sign in to comment.