Skip to content

Commit 75f81c2

Browse files
yiyixuxuyiyixuxu
andauthored
fix sdxl-inpaint fast test (huggingface#4859)
fix inpaint test Co-authored-by: yiyixuxu <yixu310@gmail,com>
1 parent bbf733a commit 75f81c2

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
@@ -139,6 +139,7 @@ def get_dummy_inputs(self, device, seed=0):
139139
"generator": generator,
140140
"num_inference_steps": 2,
141141
"guidance_scale": 6.0,
142+
"strength": 1.0,
142143
"output_type": "np",
143144
}
144145
return inputs

0 commit comments

Comments
 (0)