mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update invokeai/app/services/model_install/model_install_base.py
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
This commit is contained in:
parent
018ccebd6f
commit
6f46d15c05
@ -199,7 +199,7 @@ class ModelInstallServiceBase(ABC):
|
|||||||
"""Remove model with indicated key from the database."""
|
"""Remove model with indicated key from the database."""
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def delete(self, key: str) -> None: # noqa D102
|
def delete(self, key: str) -> None:
|
||||||
"""Remove model with indicated key from the database. Delete its files only if they are within our models directory."""
|
"""Remove model with indicated key from the database. Delete its files only if they are within our models directory."""
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user