diff --git a/comfy_extras/nodes_curve.py b/comfy_extras/nodes_curve.py index aa2d94bb6d4..078d0114fd6 100644 --- a/comfy_extras/nodes_curve.py +++ b/comfy_extras/nodes_curve.py @@ -12,6 +12,7 @@ def define_schema(cls): node_id="CurveEditor", display_name="Curve Editor", category="utilities", + has_intermediate_output=True, inputs=[ io.Curve.Input("curve"), io.Histogram.Input("histogram", optional=True),