feat: rename arg --enable-describe-uov-image to --enable-auto-describe-image, add handling for enhance input image

This commit is contained in:
Manuel Schmid
2024-06-22 00:07:32 +02:00
parent ef236339f0
commit ec533f0c42
2 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ args_parser.parser.add_argument("--disable-metadata", action='store_true',
args_parser.parser.add_argument("--disable-preset-download", action='store_true',
help="Disables downloading models for presets", default=False)
args_parser.parser.add_argument("--enable-describe-uov-image", action='store_true',
help="Disables automatic description of uov images when prompt is empty", default=False)
args_parser.parser.add_argument("--enable-auto-describe-image", action='store_true',
help="Enables automatic description of uov and enhance image when prompt is empty", default=False)
args_parser.parser.add_argument("--always-download-new-model", action='store_true',
help="Always download newer models ", default=False)