mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-08 00:32:08 -08:00
fix Blank line contains whitespace
This commit is contained in:
parent
443ca983ad
commit
236dd55dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue