Skip to content

enable unidiffuser test cases on xpu #11444

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

Merged
merged 6 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix a typo
Signed-off-by: Yao Matrix <[email protected]>
  • Loading branch information
yao-matrix committed Apr 29, 2025
commit c5c97d10d88d59581b63d64af3e1bfda3fb91f00
2 changes: 1 addition & 1 deletion tests/pipelines/unidiffuser/test_unidiffuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def test_unidiffuser_default_img2text_v1_fp16(self):
assert text[0][: len(expected_text_prefix)] == expected_text_prefix

@unittest.skip(
"Test not supported becauseit has a bunch of direct configs at init and also, this pipeline isn't used that much now."
"Test not supported because it has a bunch of direct configs at init and also, this pipeline isn't used that much now."
)
def test_encode_prompt_works_in_isolation():
pass
Expand Down