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.
1 parent 46e24d3 commit b4e4c53Copy full SHA for b4e4c53
_unittests/ut_tasks/test_tasks_image_to_video.py
@@ -6,6 +6,7 @@
6
hide_stdout,
7
requires_diffusers,
8
requires_torch,
9
+ requires_transformers,
10
)
11
from onnx_diagnostic.torch_models.hghub.model_inputs import get_untrained_model_with_inputs
12
from onnx_diagnostic.torch_export_patches import torch_export_patches
@@ -15,8 +16,9 @@
15
16
class TestTasksImageToVideo(ExtTestCase):
17
@hide_stdout()
18
@requires_diffusers("0.35")
19
+ @requires_transformers("4.55")
20
@requires_torch("2.8.99")
- def test_cosmos_predict(self):
21
+ def test_image_to_video(self):
22
kwargs = {
23
"_diffusers_version": "0.34.0.dev0",
24
"_class_name": "CosmosTransformer3DModel",
0 commit comments