diff --git a/ldm/dream/pngwriter.py b/ldm/dream/pngwriter.py index 1039413f144..3f3a15891b0 100644 --- a/ldm/dream/pngwriter.py +++ b/ldm/dream/pngwriter.py @@ -78,6 +78,4 @@ def normalize_prompt(self): if opt.with_variations: formatted_variations = ','.join(f'{seed}:{weight}' for seed, weight in opt.with_variations) switches.append(f'-V{formatted_variations}') - if t2i.full_precision: - switches.append('-F') return ' '.join(switches)