Skip to content

Commit

Permalink
Changed the model for im2im
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Dec 27, 2024
1 parent a049dcb commit 08fe455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/who_what_benchmark/tests/test_cli_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_image_model_types(model_id, model_type, backend):
@pytest.mark.parametrize(
("model_id", "model_type"),
[
("dreamlike-art/dreamlike-anime-1.0", "image-to-image"),
("katuni4ka/lcm-tiny-sd", "image-to-image"),
("echarlaix/tiny-random-stable-diffusion-xl", "text-to-image"),
],
)
Expand Down

0 comments on commit 08fe455

Please sign in to comment.