From 97f9e12f7e051a292b3137da1842e851b0e050c2 Mon Sep 17 00:00:00 2001 From: Qing Date: Sat, 10 Feb 2024 12:37:10 +0800 Subject: [PATCH] update test --- iopaint/tests/test_instruct_pix2pix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopaint/tests/test_instruct_pix2pix.py b/iopaint/tests/test_instruct_pix2pix.py index 3b81974..f1ab4e2 100644 --- a/iopaint/tests/test_instruct_pix2pix.py +++ b/iopaint/tests/test_instruct_pix2pix.py @@ -25,7 +25,7 @@ def test_instruct_pix2pix(device, disable_nsfw, cpu_offload): cfg = get_config( strategy=HDStrategy.ORIGINAL, prompt="What if it were snowing?", - p2p_steps=sd_steps, + sd_steps=sd_steps ) name = f"device_{device}_disnsfw_{disable_nsfw}_cpu_offload_{cpu_offload}"