Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize (Resolution Node): image is not resized if width/height factor > 256 #2100

Closed
adegerard opened this issue Aug 15, 2023 · 2 comments · Fixed by #2101
Closed

Resize (Resolution Node): image is not resized if width/height factor > 256 #2100

adegerard opened this issue Aug 15, 2023 · 2 comments · Fixed by #2101
Labels
bug Something isn't working

Comments

@adegerard
Copy link
Contributor

Information:

  • Chainner version: 0.19.2
  • OS: Windows 11

Description

  • When width/height ratio or height/width ratio is greater than 256, the image is not generated. Except for width or height equal to 1, ratio is 308
  • It seems that this issue is related to PIL: not sure if this is a bug or a limitation.
    resize-resolution

Logs
[2023-08-15 14:23:27 +0200] [360] [ERROR] Error broadcasting output: height and width must be > 0

@adegerard adegerard added the bug Something isn't working label Aug 15, 2023
@RunDevelopment
Copy link
Member

It's a bug on our end.

@RunDevelopment
Copy link
Member

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants