aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorJohan Aires Rastén <johan@oljud.se>2022-09-22 10:47:16 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-22 16:34:54 +0300
commita213d3a21c9e37297fdcb2c2b48bd24290a479cf (patch)
treec5b3ea28b67e24da27dab00ac10fd865f1a9f9bc /modules/shared.py
parent34d5a31ea2bdb9348057425160de9439dcc208a1 (diff)
Add option to always log generation info
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 841a9877..5ffaefc5 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -125,6 +125,7 @@ class Options:
"outdir_img2img_grids": OptionInfo("outputs/img2img-grids", 'Output directory for img2img grids', component_args=hide_dirs),
"outdir_save": OptionInfo("log/images", "Directory for saving images using the Save button", component_args=hide_dirs),
"samples_save": OptionInfo(True, "Always save all generated images"),
+ "samples_log_stdout": OptionInfo(False, "Always print all generation info to standard output"),
"save_selected_only": OptionInfo(False, "When using 'Save' button, only save a single selected image"),
"samples_format": OptionInfo('png', 'File format for individual samples'),
"filter_nsfw": OptionInfo(False, "Filter NSFW content"),