Skip to content

Commit

Permalink
Closer memory estimation for pixart models.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Dec 27, 2024
1 parent 160ca08 commit ceb50b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions comfy/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."]

Expand Down

0 comments on commit ceb50b2

Please sign in to comment.