mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
wording fix
This commit is contained in:
parent
6126f09c04
commit
ef605de7af
@ -105,7 +105,7 @@ def create_argv_parser():
|
||||
parser.add_argument('-b','--batch',
|
||||
type=int,
|
||||
default=1,
|
||||
help="number of images to produce iteration (currently not working properly - producing too many images)")
|
||||
help="number of images to produce per iteration (currently not working properly - producing too many images)")
|
||||
parser.add_argument('--sampler',
|
||||
choices=['plms','ddim'],
|
||||
default='plms',
|
||||
|
Loading…
Reference in New Issue
Block a user