Skip to content

Commit 486f7cc

Browse files
committed
add test marker
1 parent 2e181a3 commit 486f7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_inpaint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def test_inference_batch_single_identical(self):
311311
def test_save_load_optional_components(self):
312312
pass
313313

314+
@require_torch_accelerator
314315
def test_stable_diffusion_xl_inpaint_negative_prompt_embeds(self):
315316
components = self.get_dummy_components()
316317
sd_pipe = StableDiffusionXLInpaintPipeline(**components)

0 commit comments

Comments
 (0)