From 0c5e78961e352ebdb0cf3d772d95f9c5e439786e Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sat, 19 Aug 2023 19:34:17 -0700 Subject: [PATCH] =?UTF-8?q?Tune=20refiner=20steps=20according=20to=20UniPC?= =?UTF-8?q?=E2=80=99s=20formulation=20(#218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/async_worker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index 28b8d15d..0a9fcba5 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -45,10 +45,10 @@ def worker(): if performance_selction == 'Speed': steps = 30 - switch = 20 + switch = 15 else: steps = 60 - switch = 40 + switch = 30 width, height = aspect_ratios[aspect_ratios_selction]