We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153d0a8 commit 0f9c2a7Copy full SHA for 0f9c2a7
comfy/supported_models.py
@@ -181,7 +181,7 @@ class SDXL(supported_models_base.BASE):
181
182
latent_format = latent_formats.SDXL
183
184
- memory_usage_factor = 0.7
+ memory_usage_factor = 0.8
185
186
def model_type(self, state_dict, prefix=""):
187
if 'edm_mean' in state_dict and 'edm_std' in state_dict: #Playground V2.5
0 commit comments