Merge branch 'development' into development

This commit is contained in:
Peter Baylies
2022-09-21 17:47:14 -04:00
committed by GitHub
12 changed files with 141 additions and 52 deletions

View File

@@ -1 +1,4 @@
from .base import Restoration
'''
Initialization file for the ldm.dream.restoration package
'''
from .base import Restoration

View File

@@ -839,7 +839,6 @@ class Generate:
return model
def _load_img(self, path, width, height, fit=False):
print(f'DEBUG: path = {path}')
assert os.path.exists(path), f'>> {path}: File not found'
# with Image.open(path) as img: