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 2e181a3 commit 486f7ccCopy full SHA for 486f7cc
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_inpaint.py
@@ -311,6 +311,7 @@ def test_inference_batch_single_identical(self):
311
def test_save_load_optional_components(self):
312
pass
313
314
+ @require_torch_accelerator
315
def test_stable_diffusion_xl_inpaint_negative_prompt_embeds(self):
316
components = self.get_dummy_components()
317
sd_pipe = StableDiffusionXLInpaintPipeline(**components)
0 commit comments