float16 inference is a bit broken on mochi.

This commit is contained in:
comfyanonymous 2024-10-27 04:56:40 -04:00
parent 5cbb01bc2f
commit 9ee0a6553a

View File

@ -686,7 +686,7 @@ class GenmoMochi(supported_models_base.BASE):
memory_usage_factor = 2.0 #TODO
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]
supported_inference_dtypes = [torch.bfloat16, torch.float32]
vae_key_prefix = ["vae."]
text_encoder_key_prefix = ["text_encoders."]