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 58a3cb0 commit faa1615Copy full SHA for faa1615
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl.py
@@ -265,9 +265,6 @@ def test_attention_slicing_forward_pass(self):
265
def test_inference_batch_single_identical(self):
266
super().test_inference_batch_single_identical(expected_max_diff=3e-3)
267
268
- def test_save_load_optional_components(self):
269
- self._test_save_load_optional_components()
270
-
271
@require_torch_accelerator
272
def test_stable_diffusion_xl_offloads(self):
273
pipes = []
0 commit comments