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 915c741 commit e0507b5Copy full SHA for e0507b5
tests/pipelines/animatediff/test_animatediff_controlnet.py
@@ -281,7 +281,7 @@ def test_inference_batch_single_identical(
281
max_diff = np.abs(to_np(output_batch[0][0]) - to_np(output[0][0])).max()
282
assert max_diff < expected_max_diff
283
284
- @require_non_cpu
+ @require_accelerator
285
def test_to_device(self):
286
components = self.get_dummy_components()
287
pipe = self.pipeline_class(**components)
0 commit comments