Skip to content

Commit

Permalink
remove -F option from normalized prompt; closes #483
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Sep 10, 2022
1 parent 723d074 commit 817c4a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ldm/dream/pngwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 817c4a2

Please sign in to comment.