mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove -F option from normalized prompt; closes #483
This commit is contained in:
parent
723d074442
commit
817c4a26de
@ -78,6 +78,4 @@ class PromptFormatter:
|
|||||||
if opt.with_variations:
|
if opt.with_variations:
|
||||||
formatted_variations = ','.join(f'{seed}:{weight}' for seed, weight in opt.with_variations)
|
formatted_variations = ','.join(f'{seed}:{weight}' for seed, weight in opt.with_variations)
|
||||||
switches.append(f'-V{formatted_variations}')
|
switches.append(f'-V{formatted_variations}')
|
||||||
if t2i.full_precision:
|
|
||||||
switches.append('-F')
|
|
||||||
return ' '.join(switches)
|
return ' '.join(switches)
|
||||||
|
Loading…
Reference in New Issue
Block a user