mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove -F option from normalized prompt
This commit is contained in:
parent
723d074442
commit
ecc6b75a3e
@ -78,6 +78,4 @@ class PromptFormatter:
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user