Queue workers
Dynamic band-style analysis
When image_style equals ANALYZE_BAND_STYLE, the worker asks Gemini for a StyleMap and appends it to the prompt.
Partially implemented Verified from source System
In one sentence
A special style key triggers extra Gemini text calls to invent a band-specific visual StyleMap; failures fall back to a canned StyleMap.
Current behavior
Implemented in the parallel v3 (and some other) workers. The main generator UI default style uses an empty data-style-key, not ANALYZE_BAND_STYLE, so the dynamic path is coded but not clearly exposed as the default UI selection.
Status notes
- Worker path: implemented / verified-from-source.
- End-to-end user exposure: partial / uncertain.