remove explicit sampler setting

Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/58/head
Vladimir Mandic 2025-09-18 10:23:54 -04:00
parent 615d2f8103
commit 19a1b1b722
1 changed files with 2 additions and 2 deletions

View File

@ -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,