Tweak hunyuan memory usage factor.

This commit is contained in:
comfyanonymous 2025-01-16 06:31:03 -05:00
parent 23289a6a5c
commit 88ceb28e20

View File

@ -788,7 +788,7 @@ class HunyuanVideo(supported_models_base.BASE):
unet_extra_config = {} unet_extra_config = {}
latent_format = latent_formats.HunyuanVideo latent_format = latent_formats.HunyuanVideo
memory_usage_factor = 1.7 #TODO memory_usage_factor = 1.8 #TODO
supported_inference_dtypes = [torch.bfloat16, torch.float32] supported_inference_dtypes = [torch.bfloat16, torch.float32]