From 74f8c67377456d09762dd2c1b1b9a98595ec598c Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Wed, 16 Aug 2023 13:29:37 -0700 Subject: [PATCH] i (#162) --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index bc1ab15a..32cf3735 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -75,7 +75,7 @@ def worker(): ('Negative Prompt', negative_prompt), ('Style', style_selction), ('Performance', performance_selction), - ('Resolution', aspect_ratios_selction), + ('Resolution', str((width, height))), ('Sharpness', sharpness), ('Base Model', base_model_name), ('Refiner Model', refiner_model_name),