mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'development' into development
This commit is contained in:
commit
29336387be
@ -861,7 +861,6 @@ class Generate:
|
|||||||
print(
|
print(
|
||||||
f'>> loaded input image of size {image.width}x{image.height}'
|
f'>> loaded input image of size {image.width}x{image.height}'
|
||||||
)
|
)
|
||||||
|
|
||||||
if fit:
|
if fit:
|
||||||
image = self._fit_image(image, (width, height))
|
image = self._fit_image(image, (width, height))
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user