ComfyUI Node
Curve To Core (CCN)
Convert a CCN_CURVE into ComfyUI's native CURVE by sampling the Hermite curve. Key positions are sampled exactly.
Curve To Core (CCN)
- curve
- core_curve
◄samples17►
◄interpolationmonotone_cubic►
◄curve_data[{"x":0,"y":0,"in":0,"out":1,"mirrored":true},{"x":1,"y":1,"in":1,"out":0,"mirrored":true}]►
◄debugfalse►
CategoryCCN
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | INT | 172–1025 | Uniform sample count across 0..1 (key positions are added on top). Higher is more faithful; lower stays editable if the result is fed into a native curve editor. |
| interpolation | COMBO | monotone_cubic | Interpolation mode of the emitted core curve. |
| curve_data | STRING | [{"x":0,"y":0,"in":0,"out":1,"mirrored":true},{"x":1,"y":1,"in":1,"out":0,"mirrored":true}] | — |
| curveopt | CCN_CURVE | Overrides curve_data when connected. | |
| debugopt | BOOLEAN | false | Print conversion details to console. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| core_curve | CURVE | — |