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 f2e521c commit 03bf877Copy full SHA for 03bf877
tests/pipelines/stable_diffusion_2/test_stable_diffusion_inpaint.py
@@ -228,7 +228,6 @@ def test_stable_diffusion_pipeline_with_sequential_cpu_offloading(self):
228
model_id,
229
safety_checker=None,
230
scheduler=pndm,
231
- device_map="auto",
232
torch_dtype=torch.float16,
233
)
234
pipe.to(torch_device)
@@ -244,7 +243,7 @@ def test_stable_diffusion_pipeline_with_sequential_cpu_offloading(self):
244
243
image=init_image,
245
mask_image=mask_image,
246
generator=generator,
247
- num_inference_steps=5,
+ num_inference_steps=2,
248
output_type="np",
249
250
0 commit comments