From 4bc64a6affb07732c8d5939a6dab7f16504a002b Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 24 Aug 2022 11:18:51 -0400 Subject: [PATCH] sampler now written to PNG metadata --- scripts/dream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dream.py b/scripts/dream.py index 0b7f9abd70..704635ccdf 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -220,6 +220,7 @@ def _reconstruct_switches(t2i,opt): switches.append(f'-W{opt.width or t2i.width}') switches.append(f'-H{opt.height or t2i.height}') switches.append(f'-C{opt.cfg_scale or t2i.cfg_scale}') + switches.append(f'-m{t2i.sampler_name}') if opt.init_img: switches.append(f'-I{opt.init_img}') if opt.strength and opt.init_img is not None: