mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
close #1094, dangling gfpgan_strength reference
This commit is contained in:
@@ -247,8 +247,6 @@ class Args(object):
|
||||
switches.append(f'-ft {a["facetool"]}')
|
||||
if a['facetool_strength']:
|
||||
switches.append(f'-G {a["facetool_strength"]}')
|
||||
elif a['gfpgan_strength']:
|
||||
switches.append(f'-G {a["gfpgan_strength"]}')
|
||||
if a['codeformer_fidelity']:
|
||||
switches.append(f'-cf {a["codeformer_fidelity"]}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user