Closer memory estimation for hunyuan dit model.

This commit is contained in:
comfyanonymous 2024-12-27 07:37:00 -05:00
parent ceb50b2cbf
commit 4b5bcd8ac4

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