Sphere-Light-Render-ComfyUI
Widget to tell Flux 2 Klein 9B where the sun light comes from. To be used with Sun_direction_Lora for Flux2Klein
File Explorer
- tests.yml
- heading-sweep.gif
- node-manual.png
- node-photo-exif.png
- node-sun-city.png
- node-sun-coords.png
- penn-soccer-pickup-shadows.jpg
- photo-to-sun-workflow.png
- sun-day-sweep.gif
- 2026-07-05-time-of-day-sun.md
- 2026-07-06-mode-ui-clarity.md
- 2026-07-07-split-light-nodes.md
- 2026-07-08-input-driven-sphere-light.md
- 2026-07-11-photo-exif-node.md
- 2026-07-05-time-of-day-sun-design.md
- 2026-07-06-mode-ui-clarity-design.md
- 2026-07-07-split-light-nodes-design.md
- 2026-07-08-input-driven-sphere-light-design.md
- 2026-07-11-photo-exif-node-design.md
- cities.json
- compass.js
- exif.js
- geo.js
- light.js
- nodes.js
- photo.js
- preview.js
- solar.js
- status.js
- sun.js
- three.module.js
- tz.js
- widgets.js
- tiff.js
- compass.test.js
- exif.test.js
- geo.test.js
- integration.test.js
- light.test.js
- photo.test.js
- solar.test.js
- status.test.js
- sun.test.js
- tz.test.js
- widgets.test.js
- build_cities.py
- test_comfy_load.py
- test_decode.py
- test_new_nodes.py
- test_photo_exif.py
- verify_cities.py
- .gitignore
- __init__.py
- CHANGELOG.md
- LICENSE
- NOTICE.md
- package.json
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
eXIf
View Details ▼
eXIf
Show and change EXIF information in JPEG files.
exif {{path/to/image.jpg}}
Show all recognized EXIF information in an image:
exif {{[-l|--list-tags]}} --no-fixup {{path/to/image.jpg}}
Show a table listing known EXIF tags and whether each one exists in an image:
exif {{[-e|--extract-thumbnail]}} {{[-o|--output]}} {{path/to/thumbnail.jpg}} {{path/to/image.jpg}}
Extract the image thumbnail into a separate file:
