We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f697d commit 4aa79dbCopy full SHA for 4aa79db
comfy/supported_models.py
@@ -700,7 +700,7 @@ class Flux(supported_models_base.BASE):
700
unet_extra_config = {}
701
latent_format = latent_formats.Flux
702
703
- memory_usage_factor = 2.8
+ memory_usage_factor = 3.1 # TODO: debug why flux mem usage is so weird on windows.
704
705
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
706
0 commit comments