mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add the recently added commands to the readline command-line-completion list; fix command-line documentation bug, closing issue #188
This commit is contained in:
@ -437,7 +437,7 @@ def create_cmd_parser():
|
||||
'--cfg_scale',
|
||||
default=7.5,
|
||||
type=float,
|
||||
help='Prompt configuration scale',
|
||||
help='Classifier free guidance (CFG) scale - higher numbers cause generator to "try" harder.',
|
||||
)
|
||||
parser.add_argument(
|
||||
'-g', '--grid', action='store_true', help='generate a grid'
|
||||
|
Reference in New Issue
Block a user