mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 06:30:02 +08:00
Fix regression.
This commit is contained in:
parent
90c65ed934
commit
1280396253
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user