From b5620cfdcd748a9e9edbd6908795b5cd824bb932 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:38:16 +0200 Subject: [PATCH] fix typo --- invokeai/app/services/model_install/model_install_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/app/services/model_install/model_install_base.py b/invokeai/app/services/model_install/model_install_base.py index 27578dd5d6..9ce80dc035 100644 --- a/invokeai/app/services/model_install/model_install_base.py +++ b/invokeai/app/services/model_install/model_install_base.py @@ -254,7 +254,7 @@ class ModelInstallServiceBase(ABC): is periodically cleared of infrequently-used entries when the model converter runs. - Note that this doesn't automaticallly install or register the model, but is + Note that this doesn't automatically install or register the model, but is intended for use by nodes that need access to models that aren't directly supported by InvokeAI. The downloading process takes advantage of the download queue to avoid interrupting other operations.