From 00d02f2854892ee5b9808bc2f6348b972017886a Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Sat, 8 Aug 2026 13:50:09 -0400 Subject: [PATCH] fix: make Create Layered Image discoverable and its flags self-explanatory (#15429) --- comfy_extras/nodes_compositor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comfy_extras/nodes_compositor.py b/comfy_extras/nodes_compositor.py index 10cea3adc..f66a9feab 100644 --- a/comfy_extras/nodes_compositor.py +++ b/comfy_extras/nodes_compositor.py @@ -486,7 +486,10 @@ class ImageCompositor(io.ComfyNode): node_id="ImageCompositor", display_name="Create Layered Image", category="image", + search_aliases=["compositor", "composite", "layer", "layers", "layer editor", "psd"], is_experimental=True, + # both flags on purpose: terminal compositor graphs must execute (the + # editor needs a run to open), and cache hits must replay the layer UI is_output_node=True, has_intermediate_output=True, inputs=[ @@ -605,7 +608,7 @@ class AddLayer(io.ComfyNode): options=list(_LAYER_MODES), default="normal", optional=True, - tooltip="Initial blend mode.", + tooltip="Initial blend mode, applied against the layers below. On the bottom layer over the default transparent background, non-normal modes produce transparency.", ), io.Float.Input( "rotation",