Skip to content

Commit

Permalink
chore(nodes): bump versions of changed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Feb 4, 2025
1 parent 6f1a198 commit 8fc5d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invokeai/app/invocations/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
"value",
],
category="image",
version="1.2.2",
version="1.2.3",
)
class ImageChannelOffsetInvocation(BaseInvocation, WithMetadata, WithBoard):
"""Add or subtract a value from a specific color channel of an image."""
Expand Down Expand Up @@ -907,7 +907,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
"value",
],
category="image",
version="1.2.2",
version="1.2.3",
)
class ImageChannelMultiplyInvocation(BaseInvocation, WithMetadata, WithBoard):
"""Scale a specific color channel of an image."""
Expand Down

0 comments on commit 8fc5d3d

Please sign in to comment.