InvokeAI/invokeai/app/invocations
ymgenesis 3e01c396e1
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>
2023-11-30 21:15:59 +11:00
..
custom_nodes fix(nodes): fix loading node pack display 2023-11-29 10:49:31 +11:00
__init__.py resolve which paths can be None 2023-11-28 09:30:49 +11:00
baseinvocation.py fix(nodes): remove extraneous del 2023-11-29 10:49:31 +11:00
collections.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
compel.py fix(backend): apply clip skip after lora 2023-11-14 11:30:15 +11:00
controlnet_image_processors.py fix(nodes): bump version of nodes post-pydantic v2 2023-11-16 11:14:26 +11:00
cv.py fix(nodes): bump version of nodes post-pydantic v2 2023-11-16 11:14:26 +11:00
facetools.py fix(nodes): bump version of nodes post-pydantic v2 2023-11-16 11:14:26 +11:00
image.py CenterPadCrop node (#3861) 2023-11-30 21:15:59 +11:00
infill.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
ip_adapter.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
latent.py Add CFG Rescale option for supporting zero-terminal SNR models (#4335) 2023-11-30 20:55:20 +11:00
math.py chore: ruff check - fix pycodestyle 2023-11-11 10:55:33 +11:00
metadata.py Add CFG Rescale option for supporting zero-terminal SNR models (#4335) 2023-11-30 20:55:20 +11:00
model.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
noise.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
onnx.py fix(nodes): bump version of nodes post-pydantic v2 2023-11-16 11:14:26 +11:00
param_easing.py chore: ruff check - fix flake8-comprensions 2023-11-11 10:55:23 +11:00
primitives.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
prompt.py Update prompt.py 2023-11-29 23:40:10 +11:00
sdxl.py fix(nodes): create app/shared/ module to prevent circular imports 2023-11-09 16:41:55 +11:00
strings.py Prompts from file support nodes (#3964) 2023-09-13 08:06:38 +00:00
t2i_adapter.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00
upscale.py fix(backend): remove inaccurate comments in upscale.py 2023-11-28 07:58:22 +11:00