diff --git a/docs/installation/050_INSTALLING_MODELS.md b/docs/installation/050_INSTALLING_MODELS.md index e050c88244..e2a500512c 100644 --- a/docs/installation/050_INSTALLING_MODELS.md +++ b/docs/installation/050_INSTALLING_MODELS.md @@ -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: ``` -# a VAE model located in subfolder "vae"a +# a VAE model located in subfolder "vae" stabilityai/stable-diffusion-xl-base-1.0:vae # version 2 of the model located in subfolder "v2" diff --git a/invokeai/app/services/model_convert.py b/invokeai/app/services/model_convert.py index 3392d9602d..d17a5986c8 100644 --- a/invokeai/app/services/model_convert.py +++ b/invokeai/app/services/model_convert.py @@ -99,7 +99,7 @@ class ModelConvert(ModelConvertBase): """ 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. :param key: Unique key of model. :dest_directory: Optional place to put converted file. If not specified,