Skip to content

Commit

Permalink
Try to fix SDXL OOM issue on some configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Aug 15, 2024
1 parent 153d0a8 commit 0f9c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f9c2a7

Please sign in to comment.