mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-19 09:36:37 +08:00
float16 inference is a bit broken on mochi.
This commit is contained in:
parent
9f8e7912ef
commit
1a27859ed1
@ -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…
x
Reference in New Issue
Block a user