Skip to content

Commit 5905513

Browse files
committed
revert fp16 support for Lumina2
1 parent a8ea695 commit 5905513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ class Lumina2(supported_models_base.BASE):
10011001
unet_extra_config = {}
10021002
latent_format = latent_formats.Flux
10031003

1004-
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
1004+
supported_inference_dtypes = [torch.bfloat16, torch.float32]
10051005

10061006
vae_key_prefix = ["vae."]
10071007
text_encoder_key_prefix = ["text_encoders."]

0 commit comments

Comments
 (0)