Merge branch 'development' into development

This commit is contained in:
Peter Baylies
2022-09-28 08:16:42 -04:00
committed by GitHub

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: