invoke-ai / invoke-ai/InvokeAI
[enhancement]: "Resize image" node .. Add a field "Multiple of"
- Dominant language
- Python
- Stars
- 28.2k
- Forks
- 3k
- Avg merge
- 6d 5h
- Merged PRs (30d)
- 19
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
angelo.theshredder@gmail.com
### 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.