Skip to content

Commit

Permalink
Flux tweak memory usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Aug 6, 2024
1 parent 1abc9c8 commit 2d75df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class Flux(supported_models_base.BASE):
unet_extra_config = {}
latent_format = latent_formats.Flux

memory_usage_factor = 2.6
memory_usage_factor = 2.8

supported_inference_dtypes = [torch.bfloat16, torch.float32]

Expand Down

0 comments on commit 2d75df4

Please sign in to comment.