mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
Closer memory estimation for pixart models.
This commit is contained in:
parent
160ca08138
commit
ceb50b2cbf
@ -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."]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user