remove startup dependency on legacy models.yaml file

This commit is contained in:
Lincoln Stein
2024-02-21 10:18:30 -05:00
committed by psychedelicious
parent a6e1ac6096
commit ae14df97d6
11 changed files with 11 additions and 468 deletions

View File

@ -120,7 +120,7 @@ def parse_args() -> Namespace:
"--model",
type=str,
default="sd-1/main/stable-diffusion-v1-5",
help="Name of the diffusers model to train against, as defined in configs/models.yaml.",
help="Name of the diffusers model to train against.",
)
model_group.add_argument(
"--revision",