mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-26 02:42:36 +08:00
Update search aliases
This commit is contained in:
@@ -190,7 +190,7 @@ class SplitImageChannels(io.ComfyNode):
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
node_id="SplitImageChannels",
|
||||
search_aliases=["extract alpha", "extract channels", "separate transparency", "split channels", "remove alpha"],
|
||||
search_aliases=["convert to grayscale", "extract channels", "grayscale", "split channels", "RGB channels"],
|
||||
display_name="Split Image Channels",
|
||||
category="mask/compositing",
|
||||
inputs=[
|
||||
|
||||
Reference in New Issue
Block a user