mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Accept --root_dir in addition to --root in configure_ivokeai.py to be consistent with the documentation in 020_INSTALL_MANUAL.
This commit is contained in:
parent
20652620d9
commit
d1770bff37
@ -706,7 +706,8 @@ def main():
|
||||
type=str,
|
||||
default='./configs/models.yaml',
|
||||
help='path to configuration file to create')
|
||||
parser.add_argument('--root',
|
||||
parser.add_argument('--root_dir',
|
||||
'--root',
|
||||
dest='root',
|
||||
type=str,
|
||||
default=None,
|
||||
|
Loading…
Reference in New Issue
Block a user