mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add gradio_skip_video setting
This commit is contained in:
@@ -649,6 +649,7 @@ options_templates.update(options_section(('saving-images', "Image Options"), {
|
||||
"save_images_before_color_correction": OptionInfo(False, "Save image before color correction"),
|
||||
"save_mask": OptionInfo(False, "Save inpainting mask"),
|
||||
"save_mask_composite": OptionInfo(False, "Save inpainting masked composite"),
|
||||
"gradio_skip_video": OptionInfo(False, "Do not display video output in UI"),
|
||||
|
||||
"image_sep_watermark": OptionInfo("<h2>Watermarking</h2>", "", gr.HTML),
|
||||
"image_watermark_enabled": OptionInfo(False, "Include invisible watermark"),
|
||||
|
||||
Reference in New Issue
Block a user