mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fixed help text returned by dream.py
This commit is contained in:
parent
2dc0475d83
commit
6126f09c04
@ -101,11 +101,11 @@ def create_argv_parser():
|
||||
parser.add_argument('-n','--iterations',
|
||||
type=int,
|
||||
default=1,
|
||||
help="number of images to produce per sampling (overrides -n<iterations>, faster but doesn't produce individual seeds)")
|
||||
help="number of images to generate")
|
||||
parser.add_argument('-b','--batch',
|
||||
type=int,
|
||||
default=1,
|
||||
help="number of images to produce per sampling (currently broken")
|
||||
help="number of images to produce 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