Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-10-27 13:14:51 +03:00 committed by GitHub
commit b712d0a718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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."]