mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merged two different attempts to create __init__.py
This commit is contained in:
@ -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