We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d922b53 commit 02bee4fCopy full SHA for 02bee4f
ldm/dream/pngwriter.py
@@ -59,6 +59,8 @@ def normalize_prompt(self):
59
switches.append(f'-H{opt.height or t2i.height}')
60
switches.append(f'-C{opt.cfg_scale or t2i.cfg_scale}')
61
switches.append(f'-A{opt.sampler_name or t2i.sampler_name}')
62
+ if opt.seamless or t2i.seamless:
63
+ switches.append(f'--seamless')
64
if opt.init_img:
65
switches.append(f'-I{opt.init_img}')
66
if opt.fit:
0 commit comments