Skip to content

Commit 1ad65ff

Browse files
feat(nodes): re-title "Mask from ID" -> "Mask from Segmented Image"
1 parent 14b5c87 commit 1ad65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
997997

998998
@invocation(
999999
"mask_from_id",
1000-
title="Mask from ID",
1000+
title="Mask from Segmented Image",
10011001
tags=["image", "mask", "id"],
10021002
category="image",
10031003
version="1.0.1",

0 commit comments

Comments
 (0)