mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-14 07:50:04 +08:00
Lower wan memory estimation value a bit.
Previous pr reduced the peak memory requirement.
This commit is contained in:
parent
7be2b49b6b
commit
0a2cc22317
@ -995,7 +995,7 @@ class WAN21_T2V(supported_models_base.BASE):
|
||||
unet_extra_config = {}
|
||||
latent_format = latent_formats.Wan21
|
||||
|
||||
memory_usage_factor = 1.0
|
||||
memory_usage_factor = 0.9
|
||||
|
||||
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user