From 95972bab86e5e1b64cc9b2956299ec57845e9d19 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 4 Nov 2024 05:07:07 -0500 Subject: [PATCH] Fix issue. --- comfy/model_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/model_management.py b/comfy/model_management.py index adda3841..f550d1d9 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -331,7 +331,7 @@ class LoadedModel: use_more_vram = lowvram_model_memory if use_more_vram == 0: use_more_vram = 1e32 - self.model_use_more_vram(use_more_vram) + self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights) real_model = self.model.model if is_intel_xpu() and not args.disable_ipex_optimize and 'ipex' in globals() and real_model is not None: