mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-05 13:09:48 +00:00
fix Blank line contains whitespace
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user