Skip to content

Commit

Permalink
Wan seems to work with fp16.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 26, 2025
1 parent 0c32f82 commit cb06e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ class WAN21_T2V(supported_models_base.BASE):

memory_usage_factor = 1.0

supported_inference_dtypes = [torch.bfloat16, torch.float32]
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]

vae_key_prefix = ["vae."]
text_encoder_key_prefix = ["text_encoders."]
Expand Down

0 comments on commit cb06e96

Please sign in to comment.