mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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
6 lines
97 B
Python
6 lines
97 B
Python
'''
|
|
Initialization file for the ldm.dream.restoration package
|
|
'''
|
|
from .base import Restoration
|
|
|