Closer memory estimation for hunyuan dit model.

This commit is contained in:
comfyanonymous 2024-12-27 07:37:00 -05:00
parent b3fae54419
commit 5c972e539e

View File

@ -642,6 +642,8 @@ class HunyuanDiT(supported_models_base.BASE):
latent_format = latent_formats.SDXL
memory_usage_factor = 1.3
vae_key_prefix = ["vae."]
text_encoder_key_prefix = ["text_encoders."]