mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-01 14:09:52 +00:00
Fix issue with pinned memory. (#10597)
This commit is contained in:
@@ -298,6 +298,7 @@ class ModelPatcher:
|
||||
n.backup = self.backup
|
||||
n.object_patches_backup = self.object_patches_backup
|
||||
n.parent = self
|
||||
n.pinned = self.pinned
|
||||
|
||||
n.force_cast_weights = self.force_cast_weights
|
||||
|
||||
|
||||
Reference in New Issue
Block a user