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:
Shapor Naghibzadeh 2022-12-17 11:16:47 -08:00 committed by Eugene Brodsky
parent 20652620d9
commit d1770bff37

View File

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