ComfyUI Node
Image Info
Extract metadata from an image tensor including dimensions and aspect ratio.
Image Info
- image
- width
- height
- batch_size
- channels
- aspect_ratio
- is_landscape
CategoryDivergent Nodes 👽/Image
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image tensor to analyze |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| width | INT | — |
| height | INT | — |
| batch_size | INT | — |
| channels | INT | — |
| aspect_ratio | FLOAT | — |
| is_landscape | BOOLEAN | — |