mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
float16 inference is a bit broken on mochi.
This commit is contained in:
parent
5cbb01bc2f
commit
9ee0a6553a
@ -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."]
|
||||
|
Loading…
Reference in New Issue
Block a user