Add expression enable controls
This commit is contained in:
@@ -98,6 +98,14 @@ is emitted into named-cast descriptors:
|
||||
couple/group prompts without turning every partner into a fully detailed primary
|
||||
character. Set a man slot to `full` when the partner needs exact hair/eye detail.
|
||||
|
||||
Slots also expose `expression_enabled` and `expression_intensity`. Disable
|
||||
`expression_enabled` when that character should not receive a face/expression
|
||||
directive. Leave `expression_intensity` at `-1` to use the generator or Insta/OF
|
||||
option fallback. Set it from `0.0` to `1.0` to make expression selection
|
||||
character-driven. For configured casts, matching enabled slots emit
|
||||
per-character expression text such as `Woman A has ...; Man A has ...`; Krea
|
||||
formatting naturalizes those labels in pair prompts.
|
||||
|
||||
Slots are chainable through the `character_cast` input/output. In automatic
|
||||
label mode, the slot closest to the final generator becomes `A` for its gender,
|
||||
the next upstream slot becomes `B`, then `C`, and so on. Example:
|
||||
@@ -293,6 +301,11 @@ Options:
|
||||
- `hardcore_expression_intensity`: `0.0` is controlled, `0.5` is balanced
|
||||
hardcore, `1.0` strongly favors ahegao-style, drooling, fucked-out, climax,
|
||||
and messy orgasm expressions.
|
||||
- `softcore_expression_enabled` and `hardcore_expression_enabled`: disable the
|
||||
expression sentence for that half of the Insta/OF pair. The intensity values
|
||||
are fallbacks; `SxCP Woman Slot` / `SxCP Man Slot` `expression_intensity`
|
||||
overrides them when character slots are connected, and a disabled slot omits
|
||||
that character's expression.
|
||||
- `platform_style`: `hybrid`, `instagram`, or `onlyfans`.
|
||||
- `continuity`: `same_creator_same_room` keeps the scene aligned while each
|
||||
output keeps its own pose/composition; `same_creator_new_scene` keeps the same
|
||||
@@ -320,6 +333,7 @@ The node keeps the original generator controls:
|
||||
`indigenous`, `mixed`, `asian`, or `white_asian`. Combined filter strings
|
||||
such as `latina+south_asian` are also accepted in config JSON.
|
||||
- `poses`: `standard` or `evocative`.
|
||||
- `expression_enabled`: disable facial-expression text entirely for this row.
|
||||
- `expression_intensity`: `0.0` favors mild, neutral, controlled expressions;
|
||||
`0.5` favors balanced category expressions; `1.0` strongly favors the most
|
||||
intense expressions available in the selected category. This affects custom
|
||||
|
||||
Reference in New Issue
Block a user