This commit is contained in:
omahs
2024-09-18 12:38:16 +02:00
committed by Kent Keirsey
parent beadfc141e
commit b5620cfdcd

View File

@@ -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.