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

(cherry picked from commit 829a6dc046)
This commit is contained in:
Manuel Schmid
2024-07-25 15:21:37 +02:00
committed by Manuel Schmid
parent 54985596e8
commit 37360e95fe
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.")