mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'development' into asymmetric-tiling
This commit is contained in:
commit
3b79b935a3
@ -244,13 +244,12 @@ class Args(object):
|
|||||||
else:
|
else:
|
||||||
switches.append(f'-A {a["sampler_name"]}')
|
switches.append(f'-A {a["sampler_name"]}')
|
||||||
|
|
||||||
# facetool-specific parameters
|
# facetool-specific parameters, only print if running facetool
|
||||||
if 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"]}')
|
||||||
if a['codeformer_fidelity']:
|
switches.append(f'-ft {a["facetool"]}')
|
||||||
switches.append(f'-cf {a["codeformer_fidelity"]}')
|
if a["facetool"] == "codeformer":
|
||||||
|
switches.append(f'-cf {a["codeformer_fidelity"]}')
|
||||||
|
|
||||||
if a['outcrop']:
|
if a['outcrop']:
|
||||||
switches.append(f'-c {" ".join([str(u) for u in a["outcrop"]])}')
|
switches.append(f'-c {" ".join([str(u) for u in a["outcrop"]])}')
|
||||||
|
Loading…
Reference in New Issue
Block a user