Put VAE key name in model config.

This commit is contained in:
comfyanonymous
2024-01-30 02:24:38 -05:00
parent ed2fa105ae
commit da7a8df0d2
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class BASE:
noise_aug_config = None
sampling_settings = {}
latent_format = latent_formats.LatentFormat
vae_key_prefix = ["first_stage_model."]
manual_cast_dtype = None