Skip to content

Commit 44869ff

Browse files
Fix issue with pinned memory. (Comfy-Org#10597)
1 parent 20182a3 commit 44869ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy/model_patcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def clone(self):
298298
n.backup = self.backup
299299
n.object_patches_backup = self.object_patches_backup
300300
n.parent = self
301+
n.pinned = self.pinned
301302

302303
n.force_cast_weights = self.force_cast_weights
303304

0 commit comments

Comments
 (0)