From a2079bdd704ed909c367eac0ade750bb1e2ce17c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 11 Oct 2023 22:59:35 -0400 Subject: [PATCH 1/2] Update docs/installation/050_INSTALLING_MODELS.md Co-authored-by: Ryan Dick --- docs/installation/050_INSTALLING_MODELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From aace679505a603434ca2e0e235079af13b4eb3ab Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 11 Oct 2023 22:59:47 -0400 Subject: [PATCH 2/2] Update invokeai/app/services/model_convert.py Co-authored-by: Ryan Dick --- invokeai/app/services/model_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,