mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
close #1094, dangling gfpgan_strength reference
This commit is contained in:
parent
ce5e57d828
commit
32dab7d4bf
@ -247,8 +247,6 @@ class Args(object):
|
|||||||
switches.append(f'-ft {a["facetool"]}')
|
switches.append(f'-ft {a["facetool"]}')
|
||||||
if a['facetool_strength']:
|
if a['facetool_strength']:
|
||||||
switches.append(f'-G {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']:
|
if a['codeformer_fidelity']:
|
||||||
switches.append(f'-cf {a["codeformer_fidelity"]}')
|
switches.append(f'-cf {a["codeformer_fidelity"]}')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user