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:
Lincoln Stein
2022-08-29 22:34:09 -04:00
parent d48299e56c
commit 42ffcd7204
2 changed files with 22 additions and 27 deletions

View File

@ -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'