Skip to content

Commit faa1615

Browse files
authored
Update test_stable_diffusion_xl.py
1 parent 58a3cb0 commit faa1615

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,6 @@ def test_attention_slicing_forward_pass(self):
265265
def test_inference_batch_single_identical(self):
266266
super().test_inference_batch_single_identical(expected_max_diff=3e-3)
267267

268-
def test_save_load_optional_components(self):
269-
self._test_save_load_optional_components()
270-
271268
@require_torch_accelerator
272269
def test_stable_diffusion_xl_offloads(self):
273270
pipes = []

0 commit comments

Comments
 (0)