mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-26 19:09:58 +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