Extract camera utility nodes

This commit is contained in:
2026-06-26 22:38:21 +02:00
parent 029ece173e
commit e6937d96ac
5 changed files with 319 additions and 206 deletions
+3 -1
View File
@@ -25,7 +25,8 @@ When a result is wrong, first identify which layer owns the bad text:
- Raw builder prompt acceptable, SDXL tags wrong: edit `sdxl_formatter.py`.
- Natural caption/training caption wrong: edit `caption_naturalizer.py`.
- UI/preview/loop behavior wrong: edit `__init__.py`, node family modules such
as `node_seed_resolution.py`, `loop_nodes.py`, or `web/*.js`.
as `node_seed_resolution.py` or `node_camera.py`, `loop_nodes.py`, or
`web/*.js`.
## High-Level Routes
@@ -692,6 +693,7 @@ These do not own prompt pool wording, but they affect execution and review:
| Accumulator | `loop_nodes.py`, `web/accumulator_preview.js` | Stores generated values/images during workflow execution and previews/reorders/deletes them. |
| Persistent text preview | `loop_nodes.py`, `web/preview_any_text.js` | Stores any value as text and keeps it after workflow reload. |
| Seed and resolution utility nodes | `node_seed_resolution.py`, imported by `__init__.py` | Global/per-axis seed configs plus SDXL/Krea width/height helpers. |
| Camera utility nodes | `node_camera.py`, imported by `__init__.py` | Direct camera config, orbit-to-camera config, and Qwen MultiAngle camera translation. |
## Drift Audit Helper