mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix tests
This commit is contained in:
committed by
Kent Keirsey
parent
4af5a09a68
commit
347f1fd0b7
@ -44,6 +44,7 @@ def mock_services() -> InvocationServices:
|
||||
images=ImageService(),
|
||||
invocation_cache=MemoryInvocationCache(max_cache_size=0),
|
||||
logger=logging, # type: ignore
|
||||
model_images=None, # type: ignore
|
||||
model_manager=None, # type: ignore
|
||||
download_queue=None, # type: ignore
|
||||
names=None, # type: ignore
|
||||
|
Reference in New Issue
Block a user