InvokeAI/invokeai/app/invocations
Jonathan ae17d01e1d
Fix hue adjustment (#4182)
* Fix hue adjustment

Hue adjustment wasn't working correctly because color channels got swapped. This has now been fixed and we're using PIL rather than cv2 to do the RGBA->HSV->RGBA conversion. The range of hue adjustment is also the more typical 0..360 degrees.
2023-08-06 23:23:51 +00:00
..
__init__.py Run python black 2023-07-28 09:46:44 -04:00
baseinvocation.py Run python black 2023-07-28 09:46:44 -04:00
collections.py Run python black 2023-07-28 09:46:44 -04:00
compel.py folded in changes from 4099 2023-08-04 18:24:47 -04:00
controlnet_image_processors.py Run python black 2023-07-28 09:46:44 -04:00
cv.py Run python black 2023-07-28 09:46:44 -04:00
generate.py Run python black 2023-07-28 09:46:44 -04:00
image.py Fix hue adjustment (#4182) 2023-08-06 23:23:51 +00:00
infill.py Run python black 2023-07-28 09:46:44 -04:00
latent.py add sdxl lora support 2023-08-04 11:44:56 -04:00
math.py Run python black 2023-07-28 09:46:44 -04:00
metadata.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
model.py Fix typo 2023-08-04 11:44:56 -04:00
noise.py fix(nodes): fix seed modulus operation 2023-07-24 16:44:32 +10:00
onnx.py folded in changes from 4099 2023-08-04 18:24:47 -04:00
param_easing.py Run python black 2023-07-28 09:46:44 -04:00
params.py fix: Black linting 2023-07-29 17:34:43 +12:00
prompt.py Run python black 2023-07-28 09:46:44 -04:00
sdxl.py Add lora apply in sdxl l2l node 2023-08-04 11:44:56 -04:00
upscale.py Run python black 2023-07-28 09:46:44 -04:00