Skip to content

Commit

Permalink
[tests] fix name and unskip CogI2V integration test (#9683)
Browse files Browse the repository at this point in the history
update

Co-authored-by: Sayak Paul <[email protected]>
  • Loading branch information
a-r-r-o-w and sayakpaul authored Oct 16, 2024
1 parent d204e53 commit d9029f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/pipelines/cogvideo/test_cogvideox_image2video.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
enable_full_determinism()


class CogVideoXPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
class CogVideoXImageToVideoPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
pipeline_class = CogVideoXImageToVideoPipeline
params = TEXT_TO_IMAGE_PARAMS - {"cross_attention_kwargs"}
batch_params = TEXT_TO_IMAGE_BATCH_PARAMS.union({"image"})
Expand Down Expand Up @@ -343,7 +343,6 @@ def test_fused_qkv_projections(self):
), "Original outputs should match when fused QKV projections are disabled."


@unittest.skip("The model 'THUDM/CogVideoX-5b-I2V' is not public yet.")
@slow
@require_torch_gpu
class CogVideoXImageToVideoPipelineIntegrationTests(unittest.TestCase):
Expand Down

0 comments on commit d9029f2

Please sign in to comment.