From 49bada0d256230f6c4703da94ce5e9801da36fd9 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Sun, 22 Jan 2023 18:21:09 -0500 Subject: [PATCH] Update default save model file format to safetensors --- library/common_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common_gui.py b/library/common_gui.py index fd2d83d..eaff569 100644 --- a/library/common_gui.py +++ b/library/common_gui.py @@ -365,7 +365,7 @@ def gradio_source_model(): 'diffusers_safetensors', 'safetensors', ], - value='same as source model', + value='safetensors', ) with gr.Row():