Remove empty spaces

This commit is contained in:
Yoland Yan
2025-03-02 12:37:48 -08:00
parent bfc2f177e8
commit 0edc48af99
3 changed files with 8 additions and 8 deletions

View File

@@ -266,7 +266,7 @@ class ModelPatcher:
def lowvram_patch_counter(self):
return self.model.lowvram_patch_counter
def clone(self):
n = self.__class__(self.model, self.load_device, self.offload_device, self.size, weight_inplace_update=self.weight_inplace_update)
n.patches = {}