Skip to content

Commit f8d0b43

Browse files
dunkeronipsychedelicious
authored andcommitted
change Colorspace title to "Color Space"
1 parent 50c77d9 commit f8d0b43

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
@@ -661,7 +661,7 @@ class ColorCorrectInvocation(BaseInvocation, WithMetadata, WithBoard):
661661
color_reference: ImageField = InputField(description="Reference image for color-correction")
662662
mask: Optional[ImageField] = InputField(default=None, description="Optional mask to limit color correction area")
663663
colorspace: Literal["RGB", "YCbCr", "YCbCr-Chroma", "YCbCr-Luma"] = InputField(
664-
default="RGB", description="Colorspace in which to apply histogram matching"
664+
default="RGB", description="Colorspace in which to apply histogram matching", title="Color Space"
665665
)
666666

667667
def _match_histogram_channel(self, source: numpy.ndarray, reference: numpy.ndarray) -> numpy.ndarray:

0 commit comments

Comments
 (0)