-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Image Generation] Image2Image for FLUX #1621
Conversation
likholat
commented
Jan 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please also fix a condition in WWB tests ?
openvino.genai/tools/who_what_benchmark/tests/test_cli_image.py
Lines 106 to 107 in af41f9c
if ("flux" in model_id or "stable-diffusion-3" in model_id) and model_type != "text-to-image": | |
pytest.skip(reason="FLUX or SD3 are supported as text to image only") |
src/cpp/include/openvino/genai/image_generation/image2image_pipeline.hpp
Show resolved
Hide resolved
2de002f
to
641b090
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, update https://github.com/openvinotoolkit/openvino.genai/blob/master/SUPPORTED_MODELS.md#image-generation-models that FLUX supports image2image
641b090
to
00d77f8
Compare
00d77f8
to
b06c567
Compare