We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71169e0 commit cec5c44Copy full SHA for cec5c44
modules/cmd_args.py
@@ -109,3 +109,4 @@
109
parser.add_argument('--dreambooth-config-id', default='', type=str, help='Dreambooth config ID')
110
parser.add_argument('--embeddings-s3uri', default='', type=str, help='Embedding S3Uri')
111
parser.add_argument('--hypernetwork-s3uri', default='', type=str, help='Hypernetwork S3Uri')
112
+parser.add_argument('--region-name', default='', type=str, help='Region name')
0 commit comments