mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 17:48:00 -05:00
remove -F option from normalized prompt
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user