mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix typo
This commit is contained in:
parent
6858c14d94
commit
16a06ba66e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user