Fix object_patches_backup not being the same object across clones.
This commit is contained in:
parent
0f5768e038
commit
41ed7e85ea
|
@ -471,4 +471,4 @@ class ModelPatcher:
|
|||
for k in keys:
|
||||
comfy.utils.set_attr(self.model, k, self.object_patches_backup[k])
|
||||
|
||||
self.object_patches_backup = {}
|
||||
self.object_patches_backup.clear()
|
||||
|
|
Loading…
Reference in New Issue