Extract SDXL format dispatch route

This commit is contained in:
2026-06-27 12:26:00 +02:00
parent 837299be6c
commit 1ee0b6e91a
5 changed files with 338 additions and 82 deletions
@@ -415,6 +415,10 @@ Keep here:
Already isolated:
- `sdxl_format_route.py` owns top-level SDXL dispatch, including formatter
profile application, target and nude-weight normalization, metadata-vs-text
input selection, single-vs-pair branching, final prompt/negative output
shape, and fallback routing; `sdxl_formatter.py` keeps the public wrapper.
- `sdxl_tag_routes.py` owns normal metadata row tags and Insta/OF pair soft/hard
tag extraction behind `SDXLRowTagRequest`, `SDXLPairTagRequest`,
`SDXLTagRouteDependencies`, and `SDXLTagRoute`; `sdxl_formatter.py` keeps