ComfyUI Node
LUT Import (.cube)
A ComfyUI node in ComfyUI-JH-PixelPro/color with 4 inputs and 1 output.
LUT Import (.cube)
- image
- mask
- image
◄filenamepack_lut.cube►
◄strength1.00►
CategoryComfyUI-JH-PixelPro/color
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| filename | STRING | pack_lut.cube | Path to the .cube file. Relative paths resolve against ComfyUI's input/ directory; absolute paths are honored verbatim. The '.cube' extension is NOT auto-appended on read (explicit, so the user sees the exact filename being loaded). Pairs with the 'pack_lut.cube' default emitted by N-13 LUT Export to close the round-trip loop. |
| strength | FLOAT | 1.000–1 | Blend factor between the original image and the LUT-applied result: 0.0 = pass-through (LUT ignored), 1.0 = full LUT. Linear interpolation out = in * (1 - s) + lut(in) * s. Use 0.5 – 0.8 for a subtle creative-look dose. |
| maskopt | MASK | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |