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

@ -75,7 +75,6 @@ example_model_config = {
"description": "string",
"source": "string",
"last_modified": 0,
"vae": "string",
"variant": "normal",
"prediction_type": "epsilon",
"repo_variant": "fp16",