Merge branch 'development' into development

This commit is contained in:
Peter Baylies 2022-09-28 08:16:42 -04:00 committed by GitHub
commit 29336387be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -861,7 +861,6 @@ class Generate:
print(
f'>> loaded input image of size {image.width}x{image.height}'
)
if fit:
image = self._fit_image(image, (width, height))
else: