Adjust ltxv memory factor.

This commit is contained in:
comfyanonymous 2025-03-05 05:16:05 -05:00
parent 93fedd92fe
commit 9c9a7f012a

View File

@ -762,7 +762,7 @@ class LTXV(supported_models_base.BASE):
unet_extra_config = {}
latent_format = latent_formats.LTXV
memory_usage_factor = 2.7
memory_usage_factor = 5.5 # TODO: img2vid is about 2x vs txt2vid
supported_inference_dtypes = [torch.bfloat16, torch.float32]