mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: ruff
This commit is contained in:
parent
813a086cfe
commit
3a2afe1d15
@ -195,6 +195,7 @@ def test_delete_register(
|
|||||||
with pytest.raises(UnknownModelException):
|
with pytest.raises(UnknownModelException):
|
||||||
store.get_model(key)
|
store.get_model(key)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.timeout(timeout=20, method="thread")
|
@pytest.mark.timeout(timeout=20, method="thread")
|
||||||
def test_simple_download(mm2_installer: ModelInstallServiceBase, mm2_app_config: InvokeAIAppConfig) -> None:
|
def test_simple_download(mm2_installer: ModelInstallServiceBase, mm2_app_config: InvokeAIAppConfig) -> None:
|
||||||
source = URLModelSource(url=Url("https://www.test.foo/download/test_embedding.safetensors"))
|
source = URLModelSource(url=Url("https://www.test.foo/download/test_embedding.safetensors"))
|
||||||
|
Loading…
Reference in New Issue
Block a user