Lower wan memory estimation value a bit.

Previous pr reduced the peak memory requirement.
This commit is contained in:
comfyanonymous 2025-09-20 22:02:17 -04:00 committed by GitHub
parent 7be2b49b6b
commit 0a2cc22317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -995,7 +995,7 @@ class WAN21_T2V(supported_models_base.BASE):
unet_extra_config = {}
latent_format = latent_formats.Wan21
memory_usage_factor = 1.0
memory_usage_factor = 0.9
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]