Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jn-jairo committed Nov 10, 2023
2 parents 73d9e5a + 3e0033e commit 67f11ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy/model_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def add_patches(self, patches, strength_patch=1.0, strength_model=1.0):
return list(p)

def get_key_patches(self, filter_prefix=None):
comfy.model_management.unload_model_clones(self)
model_sd = self.model_state_dict()
p = {}
for k in model_sd:
Expand Down

0 comments on commit 67f11ca

Please sign in to comment.