InvokeAI/invokeai/app/invocations
dunkeroni 10eec546ad
Consolidate and generalize saturation/luminosity adjusters (#4425)
* Consolidated saturation/luminosity adjust.
Now allows increasing and inverting.
Accepts any color PIL format and channel designation.

* Updated docs/nodes/defaultNodes.md

* shortened tags list to channel types only

* fix typo in mode list

* split features into offset and multiply nodes

* Updated documentation

* Change invert to discrete boolean.
Previous math was unclear and had issues with 0 values.

* chore: black

* chore(ui): typegen

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-05 11:18:37 +10:00
..
__init__.py Run python black 2023-07-28 09:46:44 -04:00
baseinvocation.py feat(tests): add tests for node versions 2023-09-04 19:16:44 +10:00
collections.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
compel.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
controlnet_image_processors.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
cv.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
image.py Consolidate and generalize saturation/luminosity adjusters (#4425) 2023-09-05 11:18:37 +10:00
infill.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
latent.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
math.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
metadata.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
model.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
noise.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
onnx.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
param_easing.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
primitives.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
prompt.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
sdxl.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
upscale.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00