We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b535b99 + 68b07da commit bcb71c9Copy full SHA for bcb71c9
tests/pipelines/wan/test_wan_vace.py
@@ -199,3 +199,15 @@ def test_inference_batch_consistent(self):
199
@unittest.skip("Batching is not yet supported with this pipeline")
200
def test_inference_batch_single_identical(self):
201
return super().test_inference_batch_single_identical()
202
+
203
+ @unittest.skip(
204
+ "AutoencoderKLWan encoded latents are always in FP32. This test is not designed to handle mixed dtype inputs"
205
+ )
206
+ def test_float16_inference(self):
207
+ pass
208
209
210
211
212
+ def test_save_load_float16(self):
213
0 commit comments