We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b6d34 commit c5c97d1Copy full SHA for c5c97d1
tests/pipelines/unidiffuser/test_unidiffuser.py
@@ -578,7 +578,7 @@ def test_unidiffuser_default_img2text_v1_fp16(self):
578
assert text[0][: len(expected_text_prefix)] == expected_text_prefix
579
580
@unittest.skip(
581
- "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."
582
)
583
def test_encode_prompt_works_in_isolation():
584
pass
0 commit comments