Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
d9029f2c
Unverified
Commit
d9029f2c
authored
Oct 16, 2024
by
Aryan
Committed by
GitHub
Oct 16, 2024
Browse files
[tests] fix name and unskip CogI2V integration test (#9683)
update Co-authored-by:
Sayak Paul
<
spsayakpaul@gmail.com
>
parent
d204e532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tests/pipelines/cogvideo/test_cogvideox_image2video.py
tests/pipelines/cogvideo/test_cogvideox_image2video.py
+1
-2
No files found.
tests/pipelines/cogvideo/test_cogvideox_image2video.py
View file @
d9029f2c
...
...
@@ -43,7 +43,7 @@ from ..test_pipelines_common import (
enable_full_determinism
()
class
CogVideoXPipelineFastTests
(
PipelineTesterMixin
,
unittest
.
TestCase
):
class
CogVideoX
ImageToVideo
PipelineFastTests
(
PipelineTesterMixin
,
unittest
.
TestCase
):
pipeline_class
=
CogVideoXImageToVideoPipeline
params
=
TEXT_TO_IMAGE_PARAMS
-
{
"cross_attention_kwargs"
}
batch_params
=
TEXT_TO_IMAGE_BATCH_PARAMS
.
union
({
"image"
})
...
...
@@ -343,7 +343,6 @@ class CogVideoXPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
),
"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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment