refactor(mm): remove vae field on _MainConfig

We will handle default VAE selection in the UI.
This commit is contained in:
psychedelicious
2024-03-01 13:00:55 +11:00
parent 316573df2d
commit dd31bc4586
3 changed files with 3 additions and 27 deletions

View File

@ -260,7 +260,6 @@ class TextualInversionFolderConfig(ModelConfigBase):
class _MainConfig(ModelConfigBase):
"""Model config for main models."""
vae: Optional[str] = Field(default=None)
variant: ModelVariantType = ModelVariantType.Normal
prediction_type: SchedulerPredictionType = SchedulerPredictionType.Epsilon
upcast_attention: bool = False