mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-02 09:40:19 +08:00
removed bfloat from flux model support, resulting in 2x speedup
This commit is contained in:
parent
99789c6109
commit
524cd140b5
@ -642,7 +642,7 @@ class Flux(supported_models_base.BASE):
|
||||
|
||||
memory_usage_factor = 2.8
|
||||
|
||||
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
|
||||
supported_inference_dtypes = [torch.float16, torch.float32]
|
||||
|
||||
vae_key_prefix = ["vae."]
|
||||
text_encoder_key_prefix = ["text_encoders."]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user