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 723d074 commit ecc6b75Copy full SHA for ecc6b75
ldm/dream/pngwriter.py
@@ -78,6 +78,4 @@ def normalize_prompt(self):
78
if opt.with_variations:
79
formatted_variations = ','.join(f'{seed}:{weight}' for seed, weight in opt.with_variations)
80
switches.append(f'-V{formatted_variations}')
81
- if t2i.full_precision:
82
- switches.append('-F')
83
return ' '.join(switches)
0 commit comments