Closer memory estimation for pixart models.

This commit is contained in:
comfyanonymous 2024-12-27 07:30:09 -05:00
parent 160ca08138
commit ceb50b2cbf

View File

@ -608,6 +608,8 @@ class PixArtAlpha(supported_models_base.BASE):
unet_extra_config = {}
latent_format = latent_formats.SD15
memory_usage_factor = 0.5
vae_key_prefix = ["vae."]
text_encoder_key_prefix = ["text_encoders."]