Unverified Commit 75f81c25 authored by YiYi Xu's avatar YiYi Xu Committed by GitHub
Browse files

fix sdxl-inpaint fast test (#4859)



fix inpaint test
Co-authored-by: default avataryiyixuxu <yixu310@gmail,com>
parent bbf733ab
...@@ -139,6 +139,7 @@ class StableDiffusionXLInpaintPipelineFastTests(PipelineLatentTesterMixin, Pipel ...@@ -139,6 +139,7 @@ class StableDiffusionXLInpaintPipelineFastTests(PipelineLatentTesterMixin, Pipel
"generator": generator, "generator": generator,
"num_inference_steps": 2, "num_inference_steps": 2,
"guidance_scale": 6.0, "guidance_scale": 6.0,
"strength": 1.0,
"output_type": "np", "output_type": "np",
} }
return inputs return inputs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment