From 5267e326499cb996c8804a02e8844a2f6d77a0d4 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 6 Oct 2024 09:44:01 -0400 Subject: [PATCH] update Signed-off-by: Vladimir Mandic --- benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark.py b/benchmark.py index 40f980a..1e60919 100644 --- a/benchmark.py +++ b/benchmark.py @@ -16,7 +16,7 @@ 'cfg_scale': 15.0, 'width': 512, 'height': 512, - 'restore_faces': False, + 'detailer': False, 'tiling': False, 'do_not_save_samples': True, 'do_not_save_grid': True,