Skip to content

Commit 4aa79db

Browse files
Adjust flux mem usage factor a bit. (Comfy-Org#9588)
1 parent 38f697d commit 4aa79db

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
@@ -700,7 +700,7 @@ class Flux(supported_models_base.BASE):
700700
unet_extra_config = {}
701701
latent_format = latent_formats.Flux
702702

703-
memory_usage_factor = 2.8
703+
memory_usage_factor = 3.1 # TODO: debug why flux mem usage is so weird on windows.
704704

705705
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
706706

0 commit comments

Comments
 (0)