From 19a1b1b722b768b821f67831a6d3ba83847bcb61 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 18 Sep 2025 10:23:54 -0400 Subject: [PATCH] remove explicit sampler setting Signed-off-by: Vladimir Mandic --- benchmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark.py b/benchmark.py index 67ddc35..f219006 100644 --- a/benchmark.py +++ b/benchmark.py @@ -8,12 +8,12 @@ log = logging.getLogger('sd') default_args = { # 'sd_model': None, + # 'sampler_name': 'Euler a', + # 'cfg_scale': 7.0, 'prompt': 'postapocalyptic steampunk city, exploration, cinematic, realistic, hyper detailed, photorealistic maximum detail, volumetric light, (((focus))), wide-angle, (((brightly lit))), (((vegetation))), lightning, vines, destruction, devastation, wartorn, ruins', - 'sampler_name': 'Euler a', 'batch_size': 1, 'n_iter': 1, 'steps': 10, - 'cfg_scale': 7.0, 'width': 512, 'height': 512, 'do_not_save_samples': True,