mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change denoise_str default to 0.75
This commit is contained in:
parent
83ecda977c
commit
4a1b4d63ef
@ -674,8 +674,8 @@ class Args(object):
|
||||
postprocessing_group.add_argument(
|
||||
'--esrgan_denoise_str',
|
||||
type=float,
|
||||
default=0.9,
|
||||
help='esrgan denoise str. 0 is no denoise, 1 is max denoise. Default: 0.9',
|
||||
default=0.75,
|
||||
help='esrgan denoise str. 0 is no denoise, 1 is max denoise. Default: 0.75',
|
||||
)
|
||||
postprocessing_group.add_argument(
|
||||
'--gfpgan_model_path',
|
||||
|
Loading…
Reference in New Issue
Block a user