diff --git a/iopaint/tests/test_instruct_pix2pix.py b/iopaint/tests/test_instruct_pix2pix.py index 7354902..3b81974 100644 --- a/iopaint/tests/test_instruct_pix2pix.py +++ b/iopaint/tests/test_instruct_pix2pix.py @@ -26,7 +26,6 @@ def test_instruct_pix2pix(device, disable_nsfw, cpu_offload): strategy=HDStrategy.ORIGINAL, prompt="What if it were snowing?", p2p_steps=sd_steps, - sd_scale=1.1, ) name = f"device_{device}_disnsfw_{disable_nsfw}_cpu_offload_{cpu_offload}"