Skip to content

Commit 2d75df4

Browse files
Flux tweak memory usage.
1 parent 1abc9c8 commit 2d75df4

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
@@ -640,7 +640,7 @@ class Flux(supported_models_base.BASE):
640640
unet_extra_config = {}
641641
latent_format = latent_formats.Flux
642642

643-
memory_usage_factor = 2.6
643+
memory_usage_factor = 2.8
644644

645645
supported_inference_dtypes = [torch.bfloat16, torch.float32]
646646

0 commit comments

Comments
 (0)