InvokeAI/ldm/dream/restoration/__init__.py
Lincoln Stein 110c4f70df fix module loading errors
1. Add ldm/dream/restoration/__init__.py file that was inadvertently not
   committed earlier.
2. Add '.' to sys.path to address weird mac problem reported in #723
2022-09-21 11:31:15 -04:00

6 lines
97 B
Python

'''
Initialization file for the ldm.dream.restoration package
'''
from .base import Restoration