diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-02-10 22:27:08 +0000 |
---|---|---|
committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-02-10 22:27:08 +0000 |
commit | bf9b1d64a3101b592713f584d5ef0533b6df1e0f (patch) | |
tree | 2cdd935e7559344720adc2b12990365157200ac5 /webui.py | |
parent | ea9bd9fc7409109adcd61b897abc2c8881161256 (diff) | |
download | stable-diffusion-webui-gfx803-bf9b1d64a3101b592713f584d5ef0533b6df1e0f.tar.gz stable-diffusion-webui-gfx803-bf9b1d64a3101b592713f584d5ef0533b6df1e0f.tar.bz2 stable-diffusion-webui-gfx803-bf9b1d64a3101b592713f584d5ef0533b6df1e0f.zip |
Fix face restorers setting
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -97,7 +97,6 @@ def initialize(): modules.sd_models.setup_model()
codeformer.setup_model(cmd_opts.codeformer_models_path)
gfpgan.setup_model(cmd_opts.gfpgan_models_path)
- shared.face_restorers.append(modules.face_restoration.FaceRestoration())
modelloader.list_builtin_upscalers()
modules.scripts.load_scripts()
|