diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-30 08:42:40 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-30 08:42:40 +0000 |
commit | d1f098540ad1dbc2abb8d04322634efba650b631 (patch) | |
tree | 2c5cd3088177c938d643ed5430f7e2c38cdc2209 /webui.py | |
parent | 2552204fcb04c13af93749bd125d086ba148517c (diff) | |
download | stable-diffusion-webui-gfx803-d1f098540ad1dbc2abb8d04322634efba650b631.tar.gz stable-diffusion-webui-gfx803-d1f098540ad1dbc2abb8d04322634efba650b631.tar.bz2 stable-diffusion-webui-gfx803-d1f098540ad1dbc2abb8d04322634efba650b631.zip |
remove unwanted formatting/functionality from the PR
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ from modules.paths import script_path from modules.shared import cmd_opts
modelloader.cleanup_models()
-modules.sd_models.setup_model(cmd_opts.stablediffusion_models_path)
+modules.sd_models.setup_model(cmd_opts.ckpt_dir)
codeformer.setup_model(cmd_opts.codeformer_models_path)
gfpgan.setup_model(cmd_opts.gfpgan_models_path)
shared.face_restorers.append(modules.face_restoration.FaceRestoration())
|