From aace679505a603434ca2e0e235079af13b4eb3ab Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 11 Oct 2023 22:59:47 -0400 Subject: [PATCH] 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,