diff options
author | avantcontra <dadadaluo@gmail.com> | 2023-10-21 20:32:13 +0000 |
---|---|---|
committer | avantcontra <dadadaluo@gmail.com> | 2023-10-21 20:32:13 +0000 |
commit | 236dd55dbe895ba72a64567482ee67ab680c5344 (patch) | |
tree | f0cae27ba6b5287dc23420273afe9c44988b8253 /modules/gfpgan_model.py | |
parent | 443ca983ade333721930ea2f18f80b45762e2aea (diff) | |
download | stable-diffusion-webui-gfx803-236dd55dbe895ba72a64567482ee67ab680c5344.tar.gz stable-diffusion-webui-gfx803-236dd55dbe895ba72a64567482ee67ab680c5344.tar.bz2 stable-diffusion-webui-gfx803-236dd55dbe895ba72a64567482ee67ab680c5344.zip |
fix Blank line contains whitespace
Diffstat (limited to 'modules/gfpgan_model.py')
-rw-r--r-- | modules/gfpgan_model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gfpgan_model.py b/modules/gfpgan_model.py index 93567253..01d668ec 100644 --- a/modules/gfpgan_model.py +++ b/modules/gfpgan_model.py @@ -25,7 +25,7 @@ def gfpgann(): if gfpgan_constructor is None:
return None
-
+
models = modelloader.load_models(model_path, model_url, user_path, ext_filter=['.pth'])
if len(models) == 1 and models[0].startswith("http"):
|