InvokeAI
InvokeAI copied to clipboard
[enhancement]: "Resize image" node .. Add a field "Multiple of"
Is there an existing issue for this?
- [X] I have searched the existing issues
Contact Details
What should this feature add?
i have always a problem when using resize image as input to other nodes, dimensions of the resised image must be a multiple of 8
so i have to manually add some math nodes to calculate the new width and higth
as shown in this picture :
please add a field to the resize node , in which we select a multiplier of 8, 16, 32, 64 .. so the new_width will be = input_width - ( input_width modulus multiplier ) and the new_higth will be = input_higth - ( input_higth modulus multiplier )
Alternatives
Additional Content
No response