mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 02:15:46 -05:00
feat(nodes): remove references to restoration services
- remove restoration services - remove the restore faces nodes - update tests
This commit is contained in:
@@ -55,7 +55,6 @@ def mock_services() -> InvocationServices:
|
||||
),
|
||||
graph_execution_manager = SqliteItemStorage[GraphExecutionState](filename = sqlite_memory, table_name = 'graph_executions'),
|
||||
processor = DefaultInvocationProcessor(),
|
||||
restoration = None, # type: ignore
|
||||
configuration = None, # type: ignore
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user