Set WAN default compute dtype to fp16.

This commit is contained in:
comfyanonymous 2025-03-07 04:52:36 -05:00
parent 70e15fd743
commit 11b1f27cb1

View File

@ -931,7 +931,7 @@ class WAN21_T2V(supported_models_base.BASE):
memory_usage_factor = 1.0
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]
vae_key_prefix = ["vae."]
text_encoder_key_prefix = ["text_encoders."]