From 0a13e300db77c479cd77f273c957fd38280d80c1 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Sat, 1 Oct 2022 15:40:02 -0700 Subject: [PATCH] Added option to specify the default model for GFPGAN. --- configs/webui/webui_streamlit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index 63dfbe6..274824a 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -30,6 +30,7 @@ general: use_sd_concepts_library: True sd_concepts_library_folder: "models/custom/sd-concepts-library" GFPGAN_dir: "./src/gfpgan" + GFPGAN_model: "GFPGANv1.3" RealESRGAN_dir: "./src/realesrgan" RealESRGAN_model: "RealESRGAN_x4plus" LDSR_dir: "./src/latent-diffusion" @@ -295,6 +296,7 @@ img2img: img2txt: batch_size: 100 blip_image_eval_size: 512 + concepts_library: concepts_per_page: 12