mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-14 16:34:36 +08:00
Adjust flux mem usage factor a bit. (#9588)
This commit is contained in:
parent
38f697d953
commit
4aa79dbf2c
@ -700,7 +700,7 @@ class Flux(supported_models_base.BASE):
|
|||||||
unet_extra_config = {}
|
unet_extra_config = {}
|
||||||
latent_format = latent_formats.Flux
|
latent_format = latent_formats.Flux
|
||||||
|
|
||||||
memory_usage_factor = 2.8
|
memory_usage_factor = 3.1 # TODO: debug why flux mem usage is so weird on windows.
|
||||||
|
|
||||||
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
|
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user