feat: add checkbox, config and handling for saving only the final enhanced image (#61)

This commit is contained in:
Manuel Schmid
2024-07-23 18:12:54 +02:00
committed by GitHub
parent f15352001a
commit 829a6dc046
6 changed files with 51 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ args_parser.parser.add_argument("--disable-offload-from-vram", action="store_tru
args_parser.parser.add_argument("--theme", type=str, help="launches the UI with light or dark theme", default=None)
args_parser.parser.add_argument("--disable-image-log", action='store_true',
help="Prevent writing images and logs to hard drive.")
help="Prevent writing images and logs to the outputs folder.")
args_parser.parser.add_argument("--disable-analytics", action='store_true',
help="Disables analytics for Gradio.")