Extract location config policy
This commit is contained in:
@@ -70,6 +70,7 @@ Core helper ownership:
|
||||
| `category_library.py` | JSON category loading, subcategory normalization, named scene/expression/composition pool loading, cast compatibility filtering, exact subcategory lookup, and inheritance-based pool merging. |
|
||||
| `camera_config.py` | Camera option schema, direct/orbit/Qwen camera JSON builders, camera config parsing, plain camera directive text, and camera caption labels. |
|
||||
| `seed_config.py` | Seed axis salts/aliases, seed mode choices, global/axis lock JSON builders, seed config parsing, row seed math, and deterministic axis RNG construction. |
|
||||
| `location_config.py` | Location/composition preset schemas, themed location packs, custom location/composition parsing, pool merge behavior, and location/composition config parsing. |
|
||||
| `pair_options.py` | Insta/OF option schema/defaults, softcore category/outfit/pose pools, partner outfit pools, clothing-continuity labels, negatives, and hardcore cast count policy. |
|
||||
| `pair_rows.py` | Insta/OF soft/hard row creation, softcore expression override resolution, Woman A slot context application, soft outfit/pose overrides, and POV row fields. |
|
||||
| `pair_camera.py` | Insta/OF soft/hard camera route resolution, same-as-softcore camera mode, camera-detail override, camera-aware composition mutation, POV camera suppression, and synchronized row/root camera metadata. |
|
||||
@@ -264,7 +265,7 @@ Edit targets:
|
||||
- Add reusable named locations: `categories/location_pools.json`.
|
||||
- Add category-specific locations: the category JSON file.
|
||||
- Add quick workflow-only locations: `SxCP Location Pool` custom locations.
|
||||
- Add themed location packs: `THEMATIC_LOCATION_PRESETS` in `prompt_builder.py`.
|
||||
- Add themed location packs: `THEMATIC_LOCATION_PRESETS` in `location_config.py`.
|
||||
|
||||
### Expression
|
||||
|
||||
@@ -885,7 +886,7 @@ Use these traces to narrow a problem in one pass.
|
||||
location pools.
|
||||
3. If a scene-camera adapter rewrote composition, inspect
|
||||
`scene_camera_adapters.py`.
|
||||
4. If the issue comes from `Location Theme`, edit `THEMATIC_LOCATION_PRESETS`.
|
||||
4. If the issue comes from `Location Theme`, edit `location_config.py` / `THEMATIC_LOCATION_PRESETS`.
|
||||
|
||||
### Trigger missing after formatting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user