Bug Fix Patch

This commit is contained in:
blessedcoolant
2022-09-21 19:00:19 +12:00
committed by Lincoln Stein
parent 19174949b6
commit 069f91f930
5 changed files with 6 additions and 5 deletions

View File

@ -54,7 +54,7 @@ def main():
else:
print('>> Face restoration disabled')
if opt.esrgan:
esrgan = restoration.load_ersgan()
esrgan = restoration.load_esrgan()
else:
print('>> Upscaling disabled')
except (ModuleNotFoundError, ImportError):