mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
blackify
This commit is contained in:
@ -49,7 +49,8 @@ def test_type(store: ModelRecordServiceBase):
|
||||
store.add_model("key1", config)
|
||||
config1 = store.get_model("key1")
|
||||
assert type(config1) == TextualInversionConfig
|
||||
|
||||
|
||||
|
||||
def test_add(store: ModelRecordServiceBase):
|
||||
raw = dict(
|
||||
path="/tmp/foo.ckpt",
|
||||
|
Reference in New Issue
Block a user