This commit is contained in:
Lincoln Stein 2022-09-24 04:54:57 -04:00
parent 6858c14d94
commit 16a06ba66e

View File

@ -840,7 +840,7 @@ class Generate:
print(
f'>> using provided input image of size {image.width}x{image.height}'
)
elif isinstance(image, str):
elif isinstance(img, str):
assert os.path.exists(img), f'>> {img}: File not found'
image = Image.open(img)