Add v2 scene chain nodes
This commit is contained in:
@@ -38,6 +38,23 @@ The node is registered as:
|
||||
- `prompt_builder / SxCP Krea2 Formatter`
|
||||
- `prompt_builder / SxCP Insta/OF Options`
|
||||
- `prompt_builder / SxCP Insta/OF Prompt Pair`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Start`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Cast`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Character`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Wardrobe`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Location`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Set Dressing`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Blocking`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Action`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Performance`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Camera`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Composition`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Lighting`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Branch Pair`
|
||||
- `prompt_builder / v2_scene / SxCP Softcore Branch Options`
|
||||
- `prompt_builder / v2_scene / SxCP Hardcore Branch Options`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Output`
|
||||
- `prompt_builder / v2_scene / SxCP Scene Pair Output`
|
||||
|
||||
It outputs:
|
||||
|
||||
@@ -101,6 +118,20 @@ The practical compact workflow is:
|
||||
`Woman Slot` / `Man Slot`, and `Character Profile`
|
||||
into `Prompt Builder From Configs`.
|
||||
|
||||
## Scene-Chain v2 Nodes
|
||||
|
||||
The v2 scene nodes are an additive workflow surface. They pass one structured
|
||||
`SXCP_SCENE` object through cast, character, wardrobe, location, set dressing,
|
||||
blocking, action, performance, camera, composition, and lighting layers. Use
|
||||
`SxCP Scene Output` for a single prompt, or split a shared scene with
|
||||
`SxCP Scene Branch Pair`, refine it with `SxCP Softcore Branch Options` and
|
||||
`SxCP Hardcore Branch Options`, then render both sides through
|
||||
`SxCP Scene Pair Output`.
|
||||
|
||||
The current v2 output nodes intentionally reuse the existing builder,
|
||||
Insta/OF pair, and formatter metadata routes. This keeps old workflows working
|
||||
while giving new workflows a cleaner movie-scene structure.
|
||||
|
||||
An importable default workflow is included at
|
||||
`examples/default_task_lanes_workflow.json`. It is laid out by task instead of
|
||||
as one long chain:
|
||||
|
||||
Reference in New Issue
Block a user