|
|
|
@ -325,7 +325,7 @@ class LoadedModel:
|
|
|
|
|
return self.real_model
|
|
|
|
|
|
|
|
|
|
def should_reload_model(self, force_patch_weights=False):
|
|
|
|
|
if force_patch_weights and self.model.lowvram_patch_counter > 0:
|
|
|
|
|
if force_patch_weights and self.model.lowvram_patch_counter() > 0:
|
|
|
|
|
return True
|
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|