We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1565995 commit 087f311Copy full SHA for 087f311
invokeai/app/invocations/image.py
@@ -843,7 +843,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
843
"value",
844
],
845
category="image",
846
- version="1.2.2",
+ version="1.2.3",
847
)
848
class ImageChannelOffsetInvocation(BaseInvocation, WithMetadata, WithBoard):
849
"""Add or subtract a value from a specific color channel of an image."""
@@ -907,7 +907,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
907
908
909
910
911
912
class ImageChannelMultiplyInvocation(BaseInvocation, WithMetadata, WithBoard):
913
"""Scale a specific color channel of an image."""
0 commit comments