mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
make image metadata optional
This commit is contained in:
@@ -359,6 +359,7 @@ options_templates.update(options_section(('system-paths', "System Paths"), {
|
||||
options_templates.update(options_section(('saving-images', "Image Options"), {
|
||||
"samples_save": OptionInfo(True, "Always save all generated images"),
|
||||
"samples_format": OptionInfo('jpg', 'File format for generated images', gr.Dropdown, lambda: {"choices": ["jpg", "png", "webp", "tiff", "jp2"]}),
|
||||
"image_metadata": OptionInfo(True, "Include metadata in saved images"),
|
||||
"samples_filename_pattern": OptionInfo("[seed]-[prompt_spaces]", "Images filename pattern", component_args=hide_dirs),
|
||||
"save_images_add_number": OptionInfo(True, "Add number to filename when saving", component_args=hide_dirs),
|
||||
"grid_save": OptionInfo(True, "Always save all generated image grids"),
|
||||
|
||||
Reference in New Issue
Block a user