Skip to content

Commit 69d8cac

Browse files
committed
update tests
1 parent 035aada commit 69d8cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/hidream/test_pipeline_hidream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
class HiDreamImagePipelineFastTests(PipelineTesterMixin, unittest.TestCase):
4545
pipeline_class = HiDreamImagePipeline
46-
params = TEXT_TO_IMAGE_PARAMS - {"cross_attention_kwargs"}
46+
params = TEXT_TO_IMAGE_PARAMS - {"cross_attention_kwargs", "prompt_embeds", "negative_prompt_embeds"}
4747
batch_params = TEXT_TO_IMAGE_BATCH_PARAMS
4848
image_params = TEXT_TO_IMAGE_IMAGE_PARAMS
4949
image_latents_params = TEXT_TO_IMAGE_IMAGE_PARAMS

0 commit comments

Comments
 (0)