[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
94d74e8bbe
commit
dcf6cf5117
1 changed files with 3 additions and 1 deletions
|
|
@ -493,7 +493,9 @@ def test_generate_rejects_reference_on_unsupported_family(fake_runtime, tmp_path
|
|||
)
|
||||
with pytest.raises(ValueError, match = "Reference images are not supported"):
|
||||
backend.generate(
|
||||
prompt = "x", steps = 4, init_image = _tiny_png_b64(),
|
||||
prompt = "x",
|
||||
steps = 4,
|
||||
init_image = _tiny_png_b64(),
|
||||
reference_images = [_tiny_png_b64()],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue