ComfyUI Node
π· Sphere Light β Photo (EXIF)
Loads a photo and reads its EXIF in the browser: GPS position, nearest city, compass heading (GPSImgDirection), and capture date/time come out as outputs to wire into the Sun nodes; the photo itself comes out as IMAGE.
π· Sphere Light β Photo (EXIF)
- image
- latitude
- longitude
- city
- year
- month
- day
- hour
- minute
- heading
βimageβΎβΊ
βlatitude0.0000βΊ
βlongitude0.0000βΊ
βcityβΊ
βyear2025βΊ
βmonth6βΊ
βday21βΊ
βhour12βΊ
βminute0βΊ
βheading0.00βΊ
Categoryrender/3d
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | The photo whose EXIF supplies the values below. | |
| latitude | FLOAT | 0.0000-90β90 | From EXIF GPS; degrees north (negative = south). |
| longitude | FLOAT | 0.0000-180β180 | From EXIF GPS; degrees east (negative = west). |
| city | STRING | Nearest listed city to the photo's GPS position. | |
| year | INT | 20251β9999 | β |
| month | INT | 61β12 | β |
| day | INT | 211β31 | β |
| hour | INT | 120β23 | β |
| minute | INT | 00β59 | β |
| heading | FLOAT | 0.000β360 | From EXIF GPSImgDirection; degrees clockwise from North. |
Outputs (10)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| latitude | FLOAT | β |
| longitude | FLOAT | β |
| city | STRING | β |
| year | INT | β |
| month | INT | β |
| day | INT | β |
| hour | INT | β |
| minute | INT | β |
| heading | FLOAT | β |