Correct value.

This commit is contained in:
comfyanonymous 2025-09-20 22:05:54 -04:00 committed by GitHub
parent 0a2cc22317
commit 24d0caaf4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1004,7 +1004,7 @@ class WAN21_T2V(supported_models_base.BASE):
def __init__(self, unet_config):
super().__init__(unet_config)
self.memory_usage_factor = self.unet_config.get("dim", 2000) / 2000
self.memory_usage_factor = self.unet_config.get("dim", 2000) / 2222
def get_model(self, state_dict, prefix="", device=None):
out = model_base.WAN21(self, device=device)