ComfyUI Node
NntDatasetToImageTensor
A ComfyUI node in NNT Neural Network Toolkit/Data Processing with 9 inputs and 2 outputs.
NntDatasetToImageTensor
- dataset
- image_tensor
- info
◄image_columnimage►
◄target_size224►
◄normalization0-1►
◄custom_mean[0.485, 0.456, 0.406]►
◄custom_std[0.229, 0.224, 0.225]►
◄num_channels3►
◄interpolationbilinear►
◄data_formatchannels_first►
CategoryNNT Neural Network Toolkit/Data Processing
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| dataset | DATASET | — | |
| image_column | STRING | image | — |
| target_size | INT | 22416–4096 | — |
| normalization | COMBO | 0-1 | 4 options: None, 0-1, -1-1, custom |
| custom_mean | STRING | [0.485, 0.456, 0.406] | — |
| custom_std | STRING | [0.229, 0.224, 0.225] | — |
| num_channels | INT | 31–4 | — |
| interpolation | COMBO | bilinear | 4 options: nearest, bilinear, bicubic, lanczos |
| data_format | COMBO | channels_first | 2 options: channels_first, channels_last |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image_tensor | TENSOR | — |
| info | STRING | — |