From 495d6523243d0bf8f9f979c318fe840833699cc6 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Sat, 15 Oct 2022 05:33:02 -0700 Subject: [PATCH] Added option to keep all models loaded and not delete them. --- configs/webui/webui_streamlit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index c8c8719..92f4a6d 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -44,6 +44,7 @@ general: extra_models_gpu: False gfpgan_gpu: 0 esrgan_gpu: 0 + keep_all_models_loaded: False save_metadata: True save_format: "png" skip_grid: False