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
9ef11850
Unverified
Commit
9ef11850
authored
Sep 24, 2025
by
Sayak Paul
Committed by
GitHub
Sep 24, 2025
Browse files
[tests] disable xformer tests for pipelines it isn't popular. (#12277)
disable xformer tests for pipelines it isn't popular.
parent
7c54a7b3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
tests/pipelines/easyanimate/test_easyanimate.py
tests/pipelines/easyanimate/test_easyanimate.py
+1
-0
tests/pipelines/hidream_image/test_pipeline_hidream.py
tests/pipelines/hidream_image/test_pipeline_hidream.py
+1
-1
tests/pipelines/omnigen/test_pipeline_omnigen.py
tests/pipelines/omnigen/test_pipeline_omnigen.py
+1
-1
tests/pipelines/qwenimage/test_qwenimage_controlnet.py
tests/pipelines/qwenimage/test_qwenimage_controlnet.py
+1
-2
No files found.
tests/pipelines/easyanimate/test_easyanimate.py
View file @
9ef11850
...
...
@@ -48,6 +48,7 @@ class EasyAnimatePipelineFastTests(PipelineTesterMixin, unittest.TestCase):
batch_params
=
TEXT_TO_IMAGE_BATCH_PARAMS
image_params
=
TEXT_TO_IMAGE_IMAGE_PARAMS
image_latents_params
=
TEXT_TO_IMAGE_IMAGE_PARAMS
test_xformers_attention
=
False
required_optional_params
=
frozenset
(
[
"num_inference_steps"
,
...
...
tests/pipelines/hidream_image/test_pipeline_hidream.py
View file @
9ef11850
...
...
@@ -47,8 +47,8 @@ class HiDreamImagePipelineFastTests(PipelineTesterMixin, unittest.TestCase):
batch_params
=
TEXT_TO_IMAGE_BATCH_PARAMS
image_params
=
TEXT_TO_IMAGE_IMAGE_PARAMS
image_latents_params
=
TEXT_TO_IMAGE_IMAGE_PARAMS
required_optional_params
=
PipelineTesterMixin
.
required_optional_params
test_xformers_attention
=
False
test_layerwise_casting
=
True
supports_dduf
=
False
...
...
tests/pipelines/omnigen/test_pipeline_omnigen.py
View file @
9ef11850
...
...
@@ -22,7 +22,7 @@ class OmniGenPipelineFastTests(unittest.TestCase, PipelineTesterMixin):
pipeline_class
=
OmniGenPipeline
params
=
frozenset
([
"prompt"
,
"guidance_scale"
])
batch_params
=
frozenset
([
"prompt"
])
test_xformers_attention
=
False
test_layerwise_casting
=
True
def
get_dummy_components
(
self
):
...
...
tests/pipelines/qwenimage/test_qwenimage_controlnet.py
View file @
9ef11850
...
...
@@ -44,7 +44,6 @@ class QwenControlNetPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
batch_params
=
frozenset
([
"prompt"
,
"negative_prompt"
,
"control_image"
])
image_params
=
frozenset
([
"control_image"
])
image_latents_params
=
frozenset
([
"latents"
])
required_optional_params
=
frozenset
(
[
"num_inference_steps"
,
...
...
@@ -59,7 +58,7 @@ class QwenControlNetPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
)
supports_dduf
=
False
test_xformers_attention
=
Tru
e
test_xformers_attention
=
Fals
e
test_layerwise_casting
=
True
test_group_offloading
=
True
...
...
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