ComfyUI Node
Nuke Read
A ComfyUI node in Nuke/IO with 9 inputs and 1 output.
Nuke Read
- IMAGE
◄file_path►
◄frame1►
◄load_as_sequencetrue►
◄first_frame1►
◄last_frame1►
◄frame_modesingle►
◄missing_framesblack►
◄colorspaceraw►
◄show_previewtrue►
CategoryNuke/IO
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| file_path | STRING | — | |
| frame | INT | 1-999999–999999 | — |
| load_as_sequenceopt | BOOLEAN | true | Treat path as image sequence (enable for patterns like ####, %04d) |
| first_frameopt | INT | 1-999999–999999 | — |
| last_frameopt | INT | 1-999999–999999 | — |
| frame_modeopt | COMBO | single | 3 options: single, range, all |
| missing_framesopt | COMBO | black | 4 options: error, black, hold, nearest |
| colorspaceopt | COMBO | raw | Colorspace the FILE IS IN on disk (matches Nuke's Read node convention). The node decodes from this into linear Rec.709 working space. raw - no conversion (downstream nodes will handle decoding) sRGB - file is sRGB-encoded (PNG / JPG); apply IEC 61966-2-1 EOTF to decode -> linear Rec.709 linear - file is already linear Rec.709 (EXR); no conversion ACEScg - file is linear ACEScg (AP1 primaries); apply no-CAT AP1 -> Rec.709 primary matrix (matches Nuke nuke-default; strict ACEScg is D60 but legacy mapping treats both as D65 for clean round-trips) |
| show_previewopt | BOOLEAN | true | Show thumbnail preview in node |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |