ComfyUI Node
Nukomfy Write
Write an image or sequence to disk. Mirror of Nuke Write for the common case. Format-specific knobs are shown only for the formats that support them.
Nukomfy Write
- image
- extra_layers
◄file_path►
◄file_type▾►
◄frame_start1►
◄apply_color_transformfalse►
◄output_transformLinear Rec.709 (sRGB)►
◄create_directoriestrue►
CategoryNukomfy/Image
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| file_path | STRING | File to write. Examples: • image.####.exr or image.%04d.exr : sequence • image.0008.exr or image.exr : single frame Multi-frame renders need a sequence pattern (#### or %04d). | |
| file_type | COMBO | Output format. Only the knobs valid for the format are shown. | |
| frame_start | INT | 1-999999–999999 | Frame number written for the first input image. |
| apply_color_transform | BOOLEAN | false | When enabled, the input pixels are converted from linear Rec.709 to Output Transform before being written. When disabled, the input pixels are written through unchanged and Output Transform is ignored. |
| output_transform | COMBO | Linear Rec.709 (sRGB) | Colorspace the file is written in. When Apply Color Transform is enabled, pixels are converted from linear Rec.709 to this colorspace. Entries are the full OCIO colorspace list from the active config. |
| create_directories | BOOLEAN | true | Create missing parent directories. When disabled and the parent is missing, the node raises an error. |
| extra_layersopt | NUKOMFY_MULTILAYER | Optional bundle of extra image layers (depth, normal, mask, motion, …) from Nukomfy Multilayer Pack or the extra_layers output of Nukomfy Read. When connected and File Type is EXR, writes a multilayer EXR with the main image as the rgba layer (no channel prefix) plus every extra layer prefixed by its name (e.g. depth.Z, normal.R, motion.u). When File Type is not EXR, this socket is ignored: only the main image is written, and a warning is logged. |
Outputs (0)
No outputs