Merge branch 'lstein/model-manager-refactor' of github.com:invoke-ai/InvokeAI into lstein/model-manager-refactor

This commit is contained in:
Lincoln Stein
2023-10-11 23:12:20 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ in a subfolder of the repository (e.g. vae), then append the subfolder
to the end of the repo_id like this: to the end of the repo_id like this:
``` ```
# a VAE model located in subfolder "vae"a # a VAE model located in subfolder "vae"
stabilityai/stable-diffusion-xl-base-1.0:vae stabilityai/stable-diffusion-xl-base-1.0:vae
# version 2 of the model located in subfolder "v2" # version 2 of the model located in subfolder "v2"

View File

@ -99,7 +99,7 @@ class ModelConvert(ModelConvertBase):
""" """
Convert a checkpoint file into a diffusers folder. Convert a checkpoint file into a diffusers folder.
It will delete the cached version ans well as the It will delete the cached version as well as the
original checkpoint file if it is in the models directory. original checkpoint file if it is in the models directory.
:param key: Unique key of model. :param key: Unique key of model.
:dest_directory: Optional place to put converted file. If not specified, :dest_directory: Optional place to put converted file. If not specified,