ComfyUI Node
Image Dimensions (Arctenox's Essentials)
Read dimensions from an IMAGE tensor and output them as INT values. Outputs: • image – pass-through (unchanged) • width – pixel width • height – pixel height • batch_size – number of images in the batch • dimensions_str – e.g. "1024x1280 (batch: 1)" for display/metadata
Image Dimensions (Arctenox's Essentials)
- image
- image
- width
- height
- batch_size
- dimensions_str
CategoryArctenox Essentials/Image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| width | INT | — |
| height | INT | — |
| batch_size | INT | — |
| dimensions_str | STRING | — |