Add v2 scene chain nodes
This commit is contained in:
@@ -30,6 +30,46 @@ COMMON_INPUT_TOOLTIPS = {
|
||||
"custom_compositions": "One custom composition/framing phrase per line.",
|
||||
"theme": "Matched location and composition theme, useful when the place needs compatible framing.",
|
||||
"metadata_json": "Structured metadata from an SxCP generator. Prefer this over raw prompt text for formatters and profile save.",
|
||||
"scene": "Structured v2 scene context. Chain Scene nodes in order, then connect to Scene Output or Scene Pair Output.",
|
||||
"softcore_scene": "Softcore branch scene from Scene Branch Pair, optionally refined by Softcore Branch Options.",
|
||||
"hardcore_scene": "Hardcore branch scene from Scene Branch Pair, optionally refined by Hardcore Branch Options.",
|
||||
"target_formatter": "Intended downstream formatter target. The scene stores this as metadata; use formatter nodes for final rewriting.",
|
||||
"category_preset": "Category preset this scene should render through when no explicit category config overrides it.",
|
||||
"central_subject": "Who should be visually central in this scene metadata.",
|
||||
"pov_participant": "Optional participant treated as the first-person viewer in later character/camera logic.",
|
||||
"subject_label": "Character label affected by this layer. all applies the layer to every matching character slot.",
|
||||
"wardrobe_prompt": "Optional wardrobe/set note carried as scene metadata and compatibility extra prompt text.",
|
||||
"custom_location": "Exact location text for this scene. One line or JSON entry is enough.",
|
||||
"location_note": "Additional location wording merged into the location pool entry.",
|
||||
"foreground_anchors": "Objects or surfaces that should stay near the camera or lower frame.",
|
||||
"repeated_background": "Repeating background structure such as desks, doors, shelves, pillars, or windows.",
|
||||
"props": "Scene props or set dressing objects that make the location readable.",
|
||||
"set_prompt": "Freeform set-dressing sentence appended to the scene layer.",
|
||||
"blocking_mode": "Broad body-placement mode. custom lets custom_blocking carry the exact placement.",
|
||||
"subject_placement": "Where the subject or cast sits in the space: foreground, near desk edge, on bed, in aisle, etc.",
|
||||
"body_relation": "Spatial relationship between participants, separate from the action itself.",
|
||||
"custom_blocking": "Exact blocking/positioning sentence for the scene layer.",
|
||||
"scene_kind": "Regular, softcore, or hardcore intent for this action layer.",
|
||||
"action_prompt": "Action text stored separately from blocking and camera. Use position pools for hardcore randomization when possible.",
|
||||
"performance_prompt": "Expression, gaze, hand, and body-performance note stored separately from the action.",
|
||||
"camera_prompt": "Optional freeform camera note kept as scene metadata. Camera config still controls existing formatter behavior.",
|
||||
"custom_composition": "Exact composition/framing entry to add to the composition pool.",
|
||||
"composition_prompt": "Additional composition wording merged into the composition layer.",
|
||||
"lighting_source": "Main light source family for the scene.",
|
||||
"lighting_softness": "Softness of the light: soft, balanced, or hard.",
|
||||
"lighting_contrast": "Overall contrast level for the lighting layer.",
|
||||
"color_temperature": "Warm, neutral, cool, or mixed color temperature.",
|
||||
"custom_lighting": "Exact lighting sentence for the scene layer.",
|
||||
"continuity": "How branch outputs share cast/location setup between softcore and hardcore scenes.",
|
||||
"platform_style": "Instagram/OnlyFans styling bias for Scene Pair Output.",
|
||||
"softcore_cast": "Whether the softcore branch uses a solo creator or the same cast as the hardcore branch.",
|
||||
"hardcore_cast": "Hardcore branch cast preset or explicit count mode.",
|
||||
"softcore_level": "Softcore exposure/style level for Scene Pair Output.",
|
||||
"hardcore_level": "Hardcore intensity level for Scene Pair Output.",
|
||||
"softcore_camera_mode": "Softcore branch camera mode, or from_camera_config to use the connected scene camera.",
|
||||
"hardcore_camera_mode": "Hardcore branch camera mode, or from_camera_config to use the connected scene camera.",
|
||||
"hardcore_clothing_continuity": "How wardrobe is rendered in the hardcore branch. explicit_nude avoids clothing-token conflicts.",
|
||||
"hardcore_detail_density": "How much explicit action detail the current formatter route keeps for the hardcore branch.",
|
||||
"source_text": "Raw prompt, caption, or metadata JSON depending on input_hint.",
|
||||
"source_text_input": "Optional linked raw prompt/caption input. When connected, it overrides the source_text widget.",
|
||||
"input_hint": "Tells the node how to interpret source_text. auto tries metadata first.",
|
||||
|
||||
Reference in New Issue
Block a user