mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 00:12:33 +08:00
Name split node outputs
This commit is contained in:
parent
8c16b98008
commit
70564aebb6
@ -373,6 +373,8 @@ class Split:
|
|||||||
}
|
}
|
||||||
|
|
||||||
RETURN_TYPES = ("IMAGE", "IMAGE", "IMAGE")
|
RETURN_TYPES = ("IMAGE", "IMAGE", "IMAGE")
|
||||||
|
RETURN_NAMES = ("Red", "Green", "Blue")
|
||||||
|
|
||||||
FUNCTION = "split"
|
FUNCTION = "split"
|
||||||
|
|
||||||
CATEGORY = "image/postprocessing"
|
CATEGORY = "image/postprocessing"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user