Bump ltxav mem estimation a bit. (#11842)

This commit is contained in:
comfyanonymous 2026-01-12 22:42:07 -08:00 committed by GitHub
parent db9e6edfa1
commit 1dcbd9efaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -845,7 +845,7 @@ class LTXAV(LTXV):
def __init__(self, unet_config):
super().__init__(unet_config)
self.memory_usage_factor = 0.061 # TODO
self.memory_usage_factor = 0.077 # TODO
def get_model(self, state_dict, prefix="", device=None):
out = model_base.LTXAV(self, device=device)