mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-05 10:00:28 +08:00
fix: resend cached histogram UI for CurveEditor after page refresh (#15152)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user