diff --git a/invokeai/app/services/shared/invocation_context.py b/invokeai/app/services/shared/invocation_context.py index b0d1ee4d2f..260bf6a61f 100644 --- a/invokeai/app/services/shared/invocation_context.py +++ b/invokeai/app/services/shared/invocation_context.py @@ -487,7 +487,6 @@ class ModelsInterface(InvocationContextInterface): return self._services.model_manager.load.load_model_from_path(model_path=model_path, loader=loader) - class ConfigInterface(InvocationContextInterface): def get(self) -> InvokeAIAppConfig: """Gets the app's config.