fix: resend cached histogram UI for CurveEditor after page refresh (#15152)
This commit is contained in:
parent
7dd4627460
commit
5cc026f5b8
|
|
@ -12,6 +12,7 @@ class CurveEditor(io.ComfyNode):
|
|||
node_id="CurveEditor",
|
||||
display_name="Curve Editor",
|
||||
category="utilities",
|
||||
has_intermediate_output=True,
|
||||
inputs=[
|
||||
io.Curve.Input("curve"),
|
||||
io.Histogram.Input("histogram", optional=True),
|
||||
|
|
|
|||
Loading…
Reference in New Issue