Skip to content

Commit

Permalink
Update tools/who_what_benchmark/tests/test_cli_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 23, 2025
1 parent b06c567 commit e8c95b7
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 @@ -106,7 +106,7 @@ def test_image_model_genai(model_id, model_type):
if ("stable-diffusion-3" in model_id) and model_type != "text-to-image":
pytest.skip(reason="SD3 is supported as text to image only")

if ("flux" in model_id) and model_type != "image-inpainting":
if ("flux" in model_id) and model_type == "image-inpainting":
pytest.skip(reason="FLUX is not yet supported as image inpainting")

with tempfile.TemporaryDirectory() as temp_dir:
Expand Down

0 comments on commit e8c95b7

Please sign in to comment.