mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'development' of https://github.com/pbaylies/stable-diffusion into development
This commit is contained in:
commit
883b2b6e62
@ -573,14 +573,14 @@ class Args(object):
|
|||||||
'-G',
|
'-G',
|
||||||
'--gfpgan_strength',
|
'--gfpgan_strength',
|
||||||
type=float,
|
type=float,
|
||||||
help='The strength at which to apply the GFPGAN model to the result, in order to improve faces.',
|
help='The strength at which to apply the face restoration to the result.',
|
||||||
default=0.0,
|
default=0.0,
|
||||||
)
|
)
|
||||||
postprocessing_group.add_argument(
|
postprocessing_group.add_argument(
|
||||||
'-cf',
|
'-cf',
|
||||||
'--codeformer_fidelity',
|
'--codeformer_fidelity',
|
||||||
type=float,
|
type=float,
|
||||||
help='Takes values between 0 and 1. 0 produces high quality but low accuracy. 1 produces high accuracy but low quality.',
|
help='Used along with CodeFormer. Takes values between 0 and 1. 0 produces high quality but low accuracy. 1 produces high accuracy but low quality.',
|
||||||
default=0.75
|
default=0.75
|
||||||
)
|
)
|
||||||
postprocessing_group.add_argument(
|
postprocessing_group.add_argument(
|
||||||
|
1
ldm/dream/restoration/__init__.py
Normal file
1
ldm/dream/restoration/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
from .base import Restoration
|
Loading…
x
Reference in New Issue
Block a user