CenterPadCrop node (#3861)

* add centerpadcrop node

- Allows users to add padding to or crop images from the center
- Also outputs a white mask with the dimensions of the output image for use with outpainting

* add CenterPadCrop to NODES.md

Updates NODES.md with CenterPadCrop entry.

* remove mask & output class

- Remove "ImageMaskOutput" where both image and mask are output
- Remove ability to output mask from node

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
ymgenesis
2023-11-30 11:15:59 +01:00
committed by GitHub
parent 0beb08686c
commit 3e01c396e1
3 changed files with 229 additions and 117 deletions

File diff suppressed because one or more lines are too long