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
fc51583c
Unverified
Commit
fc51583c
authored
Jun 19, 2025
by
Dhruv Nair
Committed by
GitHub
Jun 19, 2025
Browse files
[CI] Fix WAN VACE tests (#11757)
update
parent
fb57c76a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
tests/pipelines/wan/test_wan_vace.py
tests/pipelines/wan/test_wan_vace.py
+12
-0
No files found.
tests/pipelines/wan/test_wan_vace.py
View file @
fc51583c
...
...
@@ -199,3 +199,15 @@ class WanVACEPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
@
unittest
.
skip
(
"Batching is not yet supported with this pipeline"
)
def
test_inference_batch_single_identical
(
self
):
return
super
().
test_inference_batch_single_identical
()
@
unittest
.
skip
(
"AutoencoderKLWan encoded latents are always in FP32. This test is not designed to handle mixed dtype inputs"
)
def
test_float16_inference
(
self
):
pass
@
unittest
.
skip
(
"AutoencoderKLWan encoded latents are always in FP32. This test is not designed to handle mixed dtype inputs"
)
def
test_save_load_float16
(
self
):
pass
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