mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 19:38:08 -05:00
remove dangling debug statement
This commit is contained in:
@@ -829,7 +829,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:
|
||||
|
||||
Reference in New Issue
Block a user