Skip to content

Commit 087f311

Browse files
chore(nodes): bump versions of changed nodes
1 parent 1565995 commit 087f311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

invokeai/app/invocations/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
843843
"value",
844844
],
845845
category="image",
846-
version="1.2.2",
846+
version="1.2.3",
847847
)
848848
class ImageChannelOffsetInvocation(BaseInvocation, WithMetadata, WithBoard):
849849
"""Add or subtract a value from a specific color channel of an image."""
@@ -907,7 +907,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
907907
"value",
908908
],
909909
category="image",
910-
version="1.2.2",
910+
version="1.2.3",
911911
)
912912
class ImageChannelMultiplyInvocation(BaseInvocation, WithMetadata, WithBoard):
913913
"""Scale a specific color channel of an image."""

0 commit comments

Comments
 (0)