Extract Insta pair clothing routing
This commit is contained in:
@@ -154,8 +154,7 @@ Improve later:
|
||||
- make a single pair metadata sanitizer that normalizes `softcore_row`,
|
||||
`hardcore_row`, pair prompts, negatives, captions, and camera fields;
|
||||
- split pair assembly into small functions by phase:
|
||||
`build_soft_row`, `build_hard_row`, `resolve_pair_clothing`,
|
||||
`assemble_pair_metadata`.
|
||||
`build_soft_row`, `build_hard_row`, `assemble_pair_metadata`.
|
||||
|
||||
Already isolated:
|
||||
|
||||
@@ -163,6 +162,10 @@ Already isolated:
|
||||
camera config selection, same-as-softcore mode, camera-detail override,
|
||||
same-room hard scene continuity, camera-aware composition mutation, POV camera
|
||||
suppression, and row/root camera metadata synchronization.
|
||||
- pair-level hardcore clothing continuity lives in `pair_clothing.py`,
|
||||
including action-aware body-access flags, conflicting outfit-piece cleanup,
|
||||
default visible-men clothing, character-clothing override handling, and final
|
||||
root clothing-state assembly.
|
||||
|
||||
### Krea2 Formatter Path
|
||||
|
||||
|
||||
@@ -66,6 +66,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. |
|
||||
| `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. |
|
||||
| `pair_clothing.py` | Insta/OF hardcore clothing continuity, action-aware body-access flags, conflicting outfit-piece cleanup, default visible-men clothing, and final root clothing-state assembly. |
|
||||
| `hardcore_role_graphs.py` | Source role graph construction for hardcore configured-cast rows, including POV-aware interaction geometry. |
|
||||
| `hardcore_role_fallback.py` | Solo, same-sex, mixed group fallback, and support-partner role graph wording for configured casts. |
|
||||
| `hardcore_role_interaction.py` | Foreplay, manual stimulation, body worship, clothing transition, dominant guidance, camera performance, aftercare, and group coordination role graph wording. |
|
||||
@@ -842,8 +843,8 @@ Use these traces to narrow a problem in one pass.
|
||||
2. Check hard row `item` and `source_role_graph` for access flags.
|
||||
3. Character slot `hardcore_clothing` overrides pair fallback clothing.
|
||||
4. For Krea wording, inspect `krea_clothing.natural_clothing_state`.
|
||||
5. For generation wording, inspect `_insta_of_hardcore_clothing_state`,
|
||||
`_hardcore_row_access_flags`, and `character_hardcore_clothing_values`.
|
||||
5. For generation wording, inspect `pair_clothing.py` and
|
||||
`character_hardcore_clothing_values`.
|
||||
|
||||
### Softcore contains strange no-contact or bed/action leakage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user