mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-30 08:10:21 +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_NAMES = ("Red", "Green", "Blue")
|
||||
|
||||
FUNCTION = "split"
|
||||
|
||||
CATEGORY = "image/postprocessing"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user