From c3cc7a238e77d93a2ff71242f4ea25d413a492a6 Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 10 Jan 2024 21:47:03 +0800 Subject: [PATCH] fix test --- iopaint/tests/test_instruct_pix2pix.py | 1 - 1 file changed, 1 deletion(-) 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}"