mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Bug Fix Patch
This commit is contained in:
committed by
Lincoln Stein
parent
19174949b6
commit
069f91f930
@ -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):
|
||||
|
Reference in New Issue
Block a user