From 0f9c2a78224ce3179c773fe3af63722f438b0613 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Wed, 14 Aug 2024 23:08:54 -0400 Subject: [PATCH] Try to fix SDXL OOM issue on some configurations. --- comfy/supported_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/supported_models.py b/comfy/supported_models.py index d07a7106..98aa8056 100644 --- a/comfy/supported_models.py +++ b/comfy/supported_models.py @@ -181,7 +181,7 @@ class SDXL(supported_models_base.BASE): latent_format = latent_formats.SDXL - memory_usage_factor = 0.7 + memory_usage_factor = 0.8 def model_type(self, state_dict, prefix=""): if 'edm_mean' in state_dict and 'edm_std' in state_dict: #Playground V2.5