mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 14:05:36 +03:00
Added option to specify the default model for GFPGAN.
This commit is contained in:
parent
0307e9831a
commit
0a13e300db
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user