Skip to content

Commit 0f9c2a7

Browse files
Try to fix SDXL OOM issue on some configurations.
1 parent 153d0a8 commit 0f9c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class SDXL(supported_models_base.BASE):
181181

182182
latent_format = latent_formats.SDXL
183183

184-
memory_usage_factor = 0.7
184+
memory_usage_factor = 0.8
185185

186186
def model_type(self, state_dict, prefix=""):
187187
if 'edm_mean' in state_dict and 'edm_std' in state_dict: #Playground V2.5

0 commit comments

Comments
 (0)