mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-15 04:16:39 +08:00
Correct value.
This commit is contained in:
parent
0a2cc22317
commit
24d0caaf4d
@ -1004,7 +1004,7 @@ class WAN21_T2V(supported_models_base.BASE):
|
|||||||
|
|
||||||
def __init__(self, unet_config):
|
def __init__(self, unet_config):
|
||||||
super().__init__(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):
|
def get_model(self, state_dict, prefix="", device=None):
|
||||||
out = model_base.WAN21(self, device=device)
|
out = model_base.WAN21(self, device=device)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user